mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
7 lines
319 B
TOML
7 lines
319 B
TOML
[target.wasm32-unknown-emscripten]
|
|
# Note: Not using atomics to avoid recompiling std library
|
|
# We're running without pthreads, so lbug needs to work single-threaded
|
|
rustflags = ["-C", "link-arg=-fexceptions"]
|
|
# Linker is configured via environment variable CARGO_TARGET_WASM32_UNKNOWN_EMSCRIPTEN_LINKER in _build_env
|
|
|