mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
enable the debug output for the tests
This commit is contained in:
parent
8e8489ee77
commit
103ae245a9
@ -106,6 +106,7 @@ public class WasmRule extends TemporaryFolder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
wasmFile = newFile( "test.wasm" );
|
wasmFile = newFile( "test.wasm" );
|
||||||
|
wasm.setProperty( JWebAssembly.DEBUG_NAMES, "true" );
|
||||||
wasm.compileToBinary( wasmFile );
|
wasm.compileToBinary( wasmFile );
|
||||||
|
|
||||||
nodeScript = createScript( "nodetest.js" );
|
nodeScript = createScript( "nodetest.js" );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user