WASM: Generate throw instruction instead of wasmThrow call

This commit is contained in:
Igor Laevsky
2021-08-18 14:57:14 +03:00
committed by TeamCityServer
parent e5e44a0152
commit 6ca965af6f
10 changed files with 26 additions and 53 deletions
@@ -86,6 +86,7 @@ abstract class BasicWasmBoxTest(
.run(
"--experimental-wasm-typed-funcref",
"--experimental-wasm-gc",
"--experimental-wasm-eh",
outputJsFile
)
}