mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
targets: remove import-memory flag from wasm-unknown target to fix #4319
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
"ldflags": [
|
||||
"--stack-first",
|
||||
"--no-demangle",
|
||||
"--no-entry",
|
||||
"--import-memory"
|
||||
"--no-entry"
|
||||
],
|
||||
"extra-files": [
|
||||
"src/runtime/asm_tinygowasm.S"
|
||||
|
||||
Reference in New Issue
Block a user