[Wasm] Turn on final types in V8 for the box tests

This commit is contained in:
Zalim Bashorov
2023-07-14 14:15:42 +02:00
parent 1cf3841588
commit b34d291f85
@@ -23,6 +23,7 @@ internal sealed class WasmVM(val shortName: String) {
override fun run(entryMjs: String, jsFiles: List<String>, workingDirectory: File?) { override fun run(entryMjs: String, jsFiles: List<String>, workingDirectory: File?) {
tool.run( tool.run(
"--experimental-wasm-gc", "--experimental-wasm-gc",
"--wasm-final-types",
*jsFiles.toTypedArray(), *jsFiles.toTypedArray(),
"--module", "--module",
entryMjs, entryMjs,