We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9597de8 commit 37dce55Copy full SHA for 37dce55
2 files changed
.github/workflows/deploy.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Build WASM
25
run: |
26
cd wasm-build
27
- go mod tidy
28
go get -u github.com/php-any/origami@main
+ go mod tidy
29
GOOS=js GOARCH=wasm go build -o ../public/wasm/origami.wasm .
30
# Copy wasm_exec.js from GOROOT to public folder
31
cp $(go env GOROOT)/misc/wasm/wasm_exec.js ../public/wasm_exec.js
wasm-build/go.mod
@@ -1,8 +1,3 @@
1
module wasm-build
2
3
go 1.22
4
-
5
-require (
6
- github.com/php-any/origami v0.0.0
7
-)
8
0 commit comments