MCPcopy
hub / github.com/webpack/webpack / index.js

File index.js

test/configCases/wasm/source-phase-universal/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1it("should allow to run a WebAssembly module (indirect)", function() {
2 return import("./module").then(function(module) {
3 const result = module.run();
4 expect(result).toEqual(42);

Callers

nothing calls this directly

Calls 7

itFunction · 0.50
sourceFunction · 0.50
addFunction · 0.50
getNumberFunction · 0.50
runMethod · 0.45
addMethod · 0.45
getNumberMethod · 0.45

Tested by

no test coverage detected