* Gets the Lua WebAssembly module. * @returns - A Promise that resolves to the Lua WebAssembly module.
()
| 88 | * @returns - A Promise that resolves to the Lua WebAssembly module. |
| 89 | */ |
| 90 | public async getLuaModule(): Promise<LuaWasm> { |
| 91 | return this.luaWasmPromise |
| 92 | } |
| 93 | } |
no outgoing calls
no test coverage detected