Searched defs:wasm (Results 1 – 5 of 5) sorted by relevance
29 const wasm = await WebAssembly.compile(bufferSource); constant45 const wasm = await WebAssembly.compile(bufferSource); constant65 const wasm = await WebAssembly.compile(bufferSource); constant89 const wasm = await WebAssembly.compile(bufferSource); constant107 const wasm = await WebAssembly.compile(bufferSource); constant134 const wasm = await WebAssembly.compile(bufferSource); constant175 const wasm = await WebAssembly.compile(bufferSource); constant
37 wasm: false, property60 wasm: false, property80 wasm: 1, property
94 constexpr bool wasm() { return ALLOW_WASM; } in wasm() function
206 contextOptions.codeGeneration = { strings, wasm }; field241 let wasm = true; variable