refactor, guard_check, compiling but crash on validateGuards stream output (probably need a proxy class)

This commit is contained in:
Richard Holland
2022-05-05 18:29:35 +00:00
parent b189908c10
commit 636715fd20
18 changed files with 1427 additions and 1257 deletions

View File

@@ -5,8 +5,10 @@ if (process.argv.length < 3)
process.exit(1);
}
//const server = 'ws://localhost:6005'
const server = 'ws://tn4:6005'
require('../utils-tests.js').TestRig('ws://localhost:6005').then(t=>
require('../utils-tests.js').TestRig(server).then(t=>
{
let wasm = t.findWasm();
if (wasm.length != 1)