Skip to content

Commit 37dce55

Browse files
committed
first commit
1 parent 9597de8 commit 37dce55

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Build WASM
2525
run: |
2626
cd wasm-build
27-
go mod tidy
2827
go get -u github.com/php-any/origami@main
28+
go mod tidy
2929
GOOS=js GOARCH=wasm go build -o ../public/wasm/origami.wasm .
3030
# Copy wasm_exec.js from GOROOT to public folder
3131
cp $(go env GOROOT)/misc/wasm/wasm_exec.js ../public/wasm_exec.js

wasm-build/go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
module wasm-build
22

33
go 1.22
4-
5-
require (
6-
github.com/php-any/origami v0.0.0
7-
)
8-

0 commit comments

Comments
 (0)