mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
linux is case sensitive
This commit is contained in:
parent
2222c7014a
commit
c44cff3d86
@ -354,7 +354,7 @@ public class WasmRule extends TemporaryFolder {
|
||||
if( scriptFile == null ) {
|
||||
File watFile = compile( script );
|
||||
String cmd = wat2Wasm.getCommand();
|
||||
File wat2WasmFile = new File( getRoot(), "wat2Wasm.wasm" );
|
||||
File wat2WasmFile = new File( getRoot(), script.name() + ".wasm" );
|
||||
// the wat2wasm tool
|
||||
ProcessBuilder processBuilder =
|
||||
new ProcessBuilder( cmd, watFile.toString(), "-o", wat2WasmFile.toString(), "--debug-names", "--enable-all" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user