[Wasm] Turn on final types in V8 for the box tests
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user