MCPcopy
hub / github.com/copy/v86 / get_optional_import

Function get_optional_import

src/cpu.js:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212CPU.prototype.wasm_patch = function()
213{
214 const get_optional_import = name => this.wm.exports[name];
215
216 const get_import = name =>
217 {

Callers 2

get_importFunction · 0.85
cpu.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected