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

Function createFactory

bench/steps.js:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected