Searched defs:wasmModule (Results 1 – 3 of 3) sorted by relevance
7 const wasmModule = new WebAssembly.Module(fixtures.readSync('simple.wasm')); constant18 worker.postMessage({ wasmModule }); field
12 const wasmModule = new WebAssembly.Module(wasmSource); constant53 worker.postMessage({ wasmModule }); field
15 const wasmModule = new WebAssembly.Module(fixtures.readSync('simple.wasm')); constant