Skip to content

Commit 1695078

Browse files
committed
targets: remove import-memory flag from wasm-unknown target to fix tinygo-org#4319
Signed-off-by: deadprogram <[email protected]>
1 parent 7e284a3 commit 1695078

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

targets/wasm-unknown.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"ldflags": [
2020
"--stack-first",
2121
"--no-demangle",
22-
"--no-entry",
23-
"--import-memory"
22+
"--no-entry"
2423
],
2524
"extra-files": [
2625
"src/runtime/asm_tinygowasm.S"

0 commit comments

Comments
 (0)