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

Function getEngine

test/utils.js:7–12  ·  view source on GitHub ↗
(config = {})

Source from the content-addressed store, hash-verified

5}
6
7export const getEngine = (config = {}) => {
8 return new LuaFactory().createEngine({
9 injectObjects: true,
10 ...config,
11 })
12}
13
14// Used to make the event loop cycle
15export const tick = () => {

Callers 4

engine.test.jsFile · 0.90
promises.test.jsFile · 0.90
debug.jsFile · 0.90
filesystem.test.jsFile · 0.90

Calls 1

createEngineMethod · 0.80

Tested by

no test coverage detected