[Wasm] Bump SpiderMonkey jsshell version
Experimental flags --wasm-function-references --wasm-gc are removed. GC is enabled by default with final subtype support.
This commit is contained in:
committed by
Space Team
parent
af23706a9a
commit
2b4d1b0fb1
@@ -53,9 +53,7 @@ internal sealed class WasmVM(val shortName: String) {
|
||||
tool.run(
|
||||
*toolArgs.toTypedArray(),
|
||||
"--wasm-verbose",
|
||||
"--wasm-gc",
|
||||
*if (disableExceptionHandlingIfPossible) arrayOf("--no-wasm-exceptions") else emptyArray(),
|
||||
"--wasm-function-references",
|
||||
*jsFiles.flatMap { listOf("-f", it) }.toTypedArray(),
|
||||
"--module=$entryMjs",
|
||||
workingDirectory = workingDirectory,
|
||||
|
||||
Reference in New Issue
Block a user