mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +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" );
|
||||
wasm.setProperty( JWebAssembly.DEBUG_NAMES, "true" );
|
||||
wasm.compileToBinary( wasmFile );
|
||||
|
||||
nodeScript = createScript( "nodetest.js" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user