fix targets extra files

This commit is contained in:
Li Jie
2025-08-22 08:43:04 +08:00
parent c8eb871252
commit 50d8dbee05
17 changed files with 45 additions and 38 deletions

View File

@@ -23,9 +23,5 @@
"--stack-first",
"--no-demangle"
],
"extra-files": [
"src/runtime/asm_tinygowasm.S",
"src/runtime/gc_boehm.c"
],
"emulator": "node {root}/targets/wasm_exec.js {}"
}