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

Function loadWasm

bench/steps.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14const loadWasm = async () => {
15 console.time('Load wasm')
16 await new wasmoon.LuaFactory().getLuaModule()
17 console.timeEnd('Load wasm')
18}
19
20const createEngine = async () => {
21 const factory = new wasmoon.LuaFactory()

Callers

nothing calls this directly

Calls 1

getLuaModuleMethod · 0.80

Tested by

no test coverage detected