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

File index.js

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

Source from the content-addressed store, hash-verified

1it("should create dedicated wasm module classes", () =>
2 import("./async.wat").then((asyncWasm) => {
3 expect(asyncWasm.add(1, 2)).toBe(3);
4 return import("./sync.wat").then((syncWasm) => {

Callers

nothing calls this directly

Calls 2

itFunction · 0.50
addMethod · 0.45

Tested by

no test coverage detected