Searched defs:wasm (Results 1 – 9 of 9) 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
7 mod wasm; module
159 mod wasm; module
15602 } wasm; member
99132 bool wasm() const { return wasm_; } in wasm() function in JS::ContextOptions