()
| 12 | } |
| 13 | |
| 14 | const loadWasm = async () => { |
| 15 | console.time('Load wasm') |
| 16 | await new wasmoon.LuaFactory().getLuaModule() |
| 17 | console.timeEnd('Load wasm') |
| 18 | } |
| 19 | |
| 20 | const createEngine = async () => { |
| 21 | const factory = new wasmoon.LuaFactory() |
nothing calls this directly
no test coverage detected