[Wasm] Remove unnecessary --experimental-wasm-eh option while running d8 and nodejs
The support for Exception Handling proposal is turned on by default everywhere.
This commit is contained in:
+1
-2
@@ -75,5 +75,4 @@ internal fun writeWasmUnitTestRunner(compiledFile: File): File {
|
||||
|
||||
internal fun MutableList<String>.addWasmExperimentalArguments() {
|
||||
add("--experimental-wasm-gc")
|
||||
add("--experimental-wasm-eh")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user