Skip to content

Commit

Permalink
targets: remove import-memory flag from wasm-unknown target to fix #4319
Browse files Browse the repository at this point in the history


Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Aug 17, 2024
1 parent 7e284a3 commit 1695078
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions targets/wasm-unknown.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"ldflags": [
"--stack-first",
"--no-demangle",
"--no-entry",
"--import-memory"
"--no-entry"
],
"extra-files": [
"src/runtime/asm_tinygowasm.S"
Expand Down

0 comments on commit 1695078

Please sign in to comment.