mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
enable-exceptions in Wat2Wasm
This commit is contained in:
parent
f08b3d0869
commit
abb6c8a38a
@ -171,7 +171,7 @@ public class WasmRule extends TemporaryFolder {
|
||||
File wat2WasmFile = new File( getRoot(), "wat2Wasm.wasm" );
|
||||
// the wat2wasm tool
|
||||
ProcessBuilder processBuilder =
|
||||
new ProcessBuilder( cmd, watFile.toString(), "-o", wat2WasmFile.toString(), "--enable-saturating-float-to-int", "--enable-sign-extension", "--enable-multi-value" );
|
||||
new ProcessBuilder( cmd, watFile.toString(), "-o", wat2WasmFile.toString(), "--enable-saturating-float-to-int", "--enable-sign-extension", "--enable-multi-value", "--enable-exceptions" );
|
||||
execute( processBuilder );
|
||||
|
||||
// create the node script
|
||||
|
Loading…
x
Reference in New Issue
Block a user