MCPcopy Create free account
hub / github.com/ceifa/wasmoon / getLuaModule

Method getLuaModule

src/factory.ts:90–92  ·  view source on GitHub ↗

* Gets the Lua WebAssembly module. * @returns - A Promise that resolves to the Lua WebAssembly module.

()

Source from the content-addressed store, hash-verified

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

Callers 4

mountFileMethod · 0.95
createEngineMethod · 0.95
luatests.jsFile · 0.80
loadWasmFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected