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

File index.js

test/cases/wasm/import-wasm-wasm/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

itFunction · 0.50

Tested by

no test coverage detected