[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:
Zalim Bashorov
2023-07-24 20:19:13 +02:00
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,