Skip to content

Commit

Permalink
compiler: add compiler-rt to wasm.json
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored and deadprogram committed Aug 1, 2023
1 parent 5b581d8 commit 5f2e72f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/wasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"goarch": "wasm",
"linker": "wasm-ld",
"libc": "wasi-libc",
"rtlib": "compiler-rt",
"scheduler": "asyncify",
"default-stack-size": 16384,
"cflags": [
Expand Down

0 comments on commit 5f2e72f

Please sign in to comment.