Home
last modified time | relevance | path

Searched defs:wasm (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/wasi/
Dtest-wasi-start-validation.js29 const wasm = await WebAssembly.compile(bufferSource); constant
45 const wasm = await WebAssembly.compile(bufferSource); constant
65 const wasm = await WebAssembly.compile(bufferSource); constant
89 const wasm = await WebAssembly.compile(bufferSource); constant
107 const wasm = await WebAssembly.compile(bufferSource); constant
134 const wasm = await WebAssembly.compile(bufferSource); constant
175 const wasm = await WebAssembly.compile(bufferSource); constant
Dtest-wasi-initialize-validation.js29 const wasm = await WebAssembly.compile(bufferSource); constant
45 const wasm = await WebAssembly.compile(bufferSource); constant
65 const wasm = await WebAssembly.compile(bufferSource); constant
89 const wasm = await WebAssembly.compile(bufferSource); constant
107 const wasm = await WebAssembly.compile(bufferSource); constant
134 const wasm = await WebAssembly.compile(bufferSource); constant
175 const wasm = await WebAssembly.compile(bufferSource); constant
/third_party/node/test/parallel/
Dtest-vm-codegen.js37 wasm: false, property
60 wasm: false, property
80 wasm: 1, property
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBuildDefs.h94 constexpr bool wasm() { return ALLOW_WASM; } in wasm() function
/third_party/node/lib/
Dvm.js206 contextOptions.codeGeneration = { strings, wasm }; field
241 let wasm = true; variable