mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
5 lines
245 B
TOML
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"] |