()
| 6 | const heapsort = readFileSync(path.resolve(__dirname, 'heapsort.lua'), 'utf-8') |
| 7 | |
| 8 | const createFactory = () => { |
| 9 | console.time('Create factory') |
| 10 | _ = new wasmoon.LuaFactory() |
| 11 | console.timeEnd('Create factory') |
| 12 | } |
| 13 | |
| 14 | const loadWasm = async () => { |
| 15 | console.time('Load wasm') |
nothing calls this directly
no outgoing calls
no test coverage detected