Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Syuparn committed Nov 24, 2023
1 parent 7b6c8f2 commit 7c95675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gen_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ build_gojq_wasm() {
git checkout v0.12.13
cd cmd/gojq
GOOS=wasip1 GOARCH=wasm go build -o jq.wasm
mv jq.wasm ../../../../public/wasm/jq.wasm
mv jq.wasm ../../../../public/wasm
cd ../../../..
}


mkdir -p tmp
mkdir -p public/wasm

build_wasm https://github.com/benhoyt/goawk.git goawk awk v1.25.0
build_wasm https://github.com/Syuparn/Pangaea.git Pangaea pangaea v0.12.1
Expand Down

0 comments on commit 7c95675

Please sign in to comment.