mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
Enable multiple return values
This commit is contained in:
parent
95b72762f7
commit
ad7174ba8c
@ -338,7 +338,7 @@ public class WasmRule extends TemporaryFolder {
|
||||
private static ProcessBuilder nodeJsCommand( File script ) {
|
||||
String command = nodeExecuable();
|
||||
// details see with command: node --v8-options
|
||||
return new ProcessBuilder( command, "--experimental-wasm-se", "--experimental-wasm-sat-f2i-conversions", "--experimental-wasm-eh", "--experimental-wasm-anyref", script.getAbsolutePath() );
|
||||
return new ProcessBuilder( command, "--experimental-wasm-mv", "--experimental-wasm-se", "--experimental-wasm-sat-f2i-conversions", "--experimental-wasm-eh", "--experimental-wasm-anyref", script.getAbsolutePath() );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user