Files
ort/examples/wasm-emscripten/rust-toolchain.toml
2025-03-11 13:30:20 -05:00

5 lines
245 B
TOML

# Threading requires to compile the standard library with "+atomics,+bulk-memory,+mutable-globals".
# See: https://rustwasm.github.io/wasm-bindgen/examples/raytrace.html#building-the-demo
[toolchain]
channel = "nightly"
components = ["rust-src"]