Home
last modified time | relevance | path

Searched refs:Emscripten (Results 1 – 25 of 57) sorted by relevance

123

/external/XNNPACK/
Demscripten.bzl1 """Emscripten-specific build definitions for XNNPACK."""
4 """Minimal Emscripten-specific linkopts for binaries."""
12 """Emscripten-specific linkopts for unit tests."""
23 """Emscripten-specific linkopts for benchmarks."""
34 """Emscripten-specific dependencies for unit tests and benchmarks."""
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dlower-em-ehsjlj-multi-return.ll4 ; Currently multivalue returning functions are not supported in Emscripten EH /
56 ; EH: LLVM ERROR: Emscripten EH/SjLj does not support multivalue returns
57 ; SJLJ: LLVM ERROR: Emscripten EH/SjLj does not support multivalue returns
Dreturn-address-unknown.ll9 ; CHECK: Non-Emscripten WebAssembly hasn't implemented __builtin_return_address
Dlower-em-ehsjlj-options.ll105 ; WASM64-EH: LLVM ERROR: Emscripten EH/SjLj is not supported with wasm64 yet
106 ; WASM64-SJLJ: LLVM ERROR: Emscripten EH/SjLj is not supported with wasm64 yet
Dlower-em-sjlj-sret.ll12 ; Emscripten sjlj transformation
/external/angle/doc/
DCompilingTranslatorWithEmscripten.md5 this purpose: compiling it with [Emscripten](http://emscripten.org/) allows it
13 Install the Emscripten toolchain per the [instructions](http://emscripten.org/).
97 Emscripten-translated executable. It would be helpful to define a simple wrapper
102 with the Emscripten binary would be useful.
/external/skia/infra/canvaskit/docker/canvaskit-emsdk/
DDockerfile1 # A Docker image that augments the Emscripten SDK Docker image
/external/skia/experimental/tskit/
Dcompile.sh13 Be sure to set the EMSDK environment variable to the location of Emscripten SDK:
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h194 Emscripten, enumerator
195 LastOSType = Emscripten
608 return getOS() == Triple::Emscripten; in isOSEmscripten()
/external/skqp/infra/pathkit/docker/emsdk-base/
DDockerfile1 # A Docker image that has the Emscripten SDK installed to /opt/emsdk
/external/llvm-project/llvm/include/llvm/ADT/
DTriple.h198 Emscripten, enumerator
199 LastOSType = Emscripten
611 return getOS() == Triple::Emscripten; in isOSEmscripten()
/external/rust/crates/rand_chacha/
DCHANGELOG.md26 - Disable `i128` and `u128` if the `target_os` is `emscripten` (#671: work-around Emscripten limita…
/external/zstd/contrib/single_file_libs/examples/
DREADME.md7 `emscripten.c` is a bare-bones [Emscripten](https://github.com/emscripten-core/emscripten) compiled…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DREADME.txt11 Emscripten provides a C/C++ compilation environment that includes standard
14 Emscripten documentation in general, and this page in particular:
22 - wasm32-unknown-emscripten, which uses Emscripten internally and
/external/llvm-project/llvm/lib/Target/WebAssembly/
DREADME.txt11 Emscripten provides a C/C++ compilation environment that includes standard
14 Emscripten documentation in general, and this page in particular:
22 - wasm32-unknown-emscripten, which uses Emscripten internally and
/external/skia/experimental/skottiekit/
Dcompile.sh13 Be sure to set the EMSDK environment variable to the location of Emscripten SDK:
/external/skia/modules/canvaskit/
Dcompile_gm.sh13 Be sure to set the EMSDK environment variable to the location of Emscripten SDK:
Dcompile.sh13 Be sure to set the EMSDK environment variable to the location of Emscripten SDK:
/external/pthreadpool/
DREADME.md16 * Compatible with Linux (including Android), macOS, iOS, Windows, Emscripten environments.
/external/llvm-project/lld/test/wasm/
Dexport.ll7 ; Now test in Emscripten mode
/external/rust/crates/rand/
DCargo.toml.orig69 # Emscripten does not support 128-bit integers, which are used by ChaCha code.
/external/deqp-deps/glslang/
DCMakeLists.txt80 …"If using Emscripten, build glslang.js. Otherwise, builds a sample executable for binary-size test…
90 "If using Emscripten, enables SINGLE_FILE build"
94 "If using Emscripten, builds to run on Node instead of Web"
/external/angle/third_party/vulkan-deps/glslang/src/
DCMakeLists.txt83 …"If using Emscripten, build glslang.js. Otherwise, builds a sample executable for binary-size test…
93 "If using Emscripten, enables SINGLE_FILE build"
97 "If using Emscripten, builds to run on Node instead of Web"
/external/zstd/contrib/single_file_libs/
DREADME.md10 …e. The decompression library is small, adding, for example, 26kB to an Emscripten compiled WebAsse…
/external/libaom/libaom/
DREADME.md15 - [Emscripten builds](#emscripten-builds)
56 7. Emscripten builds require the portable
253 ### Emscripten builds
255 Building the AV1 codec library with Emscripten is supported. Typically this is
258 Emscripten.
279 -DCMAKE_TOOLCHAIN_FILE=path/to/emsdk-portable/.../Emscripten.cmake

123