Home
last modified time | relevance | path

Searched refs:Wasm (Results 1 – 25 of 54) sorted by relevance

123

/third_party/node/test/es-module/
Dtest-esm-type-flag-package-scopes.mjs35 … it('should run as Wasm an extensionless Wasm file within a "type": "module" scope', async () => {
49 …it('should import as Wasm an extensionless Wasm file within a "type": "module" scope', async () =>…
54 … it('should import an extensionless Wasm file within a "type": "module" scope under node_modules',
90 …it(`should run as Wasm an extensionless Wasm file within a package scope that has no defined "type…
117 …it(`should import as Wasm an extensionless Wasm file within a package scope that has no defined "t…
Dtest-esm-type-flag-loose-files.mjs33 …it('should run as Wasm an extensionless Wasm file that is outside of any package scope', async () …
58 …it('should import as Wasm an extensionless Wasm file that is outside of any package scope', async …
Dtest-esm-extensionless-esm-and-wasm.mjs32 describe('extensionless Wasm modules within a "type": "module" package scope', { concurrency: true …
82 describe('extensionless Wasm within no package scope', { concurrency: true }, () => {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWasmObjectWriter.h31 virtual Triple::ObjectFormatType getFormat() const { return Triple::Wasm; } in getFormat()
33 return W->getFormat() == Triple::Wasm; in classof()
DMCTargetOptions.h23 Wasm, ///< WebAssembly Exception Handling enumerator
/third_party/node/deps/v8/third_party/wasm-api/
DREADME.v81 Name: Wasm C/C++ API
12 Provides a "black box" API for embedding a Wasm engine in C/C++ applications.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
Dyaml2obj.cpp43 if (Doc.Wasm) in convertYAML()
44 return yaml2wasm(*Doc.Wasm, Out, ErrHandler); in convertYAML()
DObjectYAML.cpp53 ObjectFile.Wasm.reset(new WasmYAML::Object()); in mapping()
54 MappingTraits<WasmYAML::Object>::mapping(IO, *ObjectFile.Wasm); in mapping()
/third_party/rust/crates/atty/
DCHANGELOG.md39 * added support for Wasm compile targets [#17](https://github.com/softprops/atty/pull/17)
43 * added support for Wasm compile targets [#17](https://github.com/softprops/atty/pull/17)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DCMakeLists.txt10 Wasm.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DObjectYAML.h31 std::unique_ptr<WasmYAML::Object> Wasm; member
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.tq15 // APIs. Corresponds to the WasmInstanceObject passed to a Wasm function
125 // This field is undefined if the global is defined outside any Wasm module,
146 // This field is undefined if the global is defined outside any Wasm module,
/third_party/spirv-tools/source/wasm/
DREADME.md3 Wasm (WebAssembly) build of https://github.com/KhronosGroup/SPIRV-Tools
/third_party/skia/third_party/externals/spirv-tools/source/wasm/
DREADME.md3 Wasm (WebAssembly) build of https://github.com/KhronosGroup/SPIRV-Tools
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/
DREADME.md3 Wasm (WebAssembly) build of https://github.com/KhronosGroup/SPIRV-Tools
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmBackend.cpp42 case Triple::Wasm: in createObjectWriter()
/third_party/node/deps/cjs-module-lexer/
DREADME.md50 When using the ESM version, Wasm is supported instead:
59 The Wasm build is around 1.5x faster and without a cold start.
403 Wasm Build:
434 ### Wasm Build Steps
DCHANGELOG.md24 - API-only breaking change: Unify JS and Wasm interfaces (https://github.com/guybedford/cjs-module-…
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DREADME-wasm.md1 # Wasm Prototype Experiment Notes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h228 Wasm, enumerator
640 return getObjectFormat() == Triple::Wasm; in isOSBinFormatWasm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssembly.td54 "Enable Wasm exception handling">;
/third_party/rust/crates/io-lifetimes/
DORG_CODE_OF_CONDUCT.md34 * **Do not cause confusion about Wasm standards or interoperability.**
40 Wasm.
/third_party/rust/crates/linux-raw-sys/
DORG_CODE_OF_CONDUCT.md34 * **Do not cause confusion about Wasm standards or interoperability.**
40 Wasm.
/third_party/rust/crates/rustix/
DORG_CODE_OF_CONDUCT.md34 * **Do not cause confusion about Wasm standards or interoperability.**
40 Wasm.
/third_party/node/deps/v8/
DLICENSE26 - The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}

123