[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:
Svyatoslav Kuzmich
2023-12-11 16:12:54 +01:00
committed by Space Team
parent af23706a9a
commit 2b4d1b0fb1
3 changed files with 12 additions and 14 deletions
@@ -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,