[Wasm] Disable deprecated instructions while running tests in V8
To make sure that our implementation is up-to-date with the spec.
This commit is contained in:
committed by
Space Team
parent
4572680877
commit
a1115236f9
@@ -24,6 +24,7 @@ internal sealed class WasmVM(val shortName: String) {
|
||||
tool.run(
|
||||
"--experimental-wasm-gc",
|
||||
"--wasm-final-types",
|
||||
"--wasm-disable-deprecated",
|
||||
*jsFiles.toTypedArray(),
|
||||
"--module",
|
||||
entryMjs,
|
||||
|
||||
Reference in New Issue
Block a user