yew/.cargo/config.toml
2023-03-05 07:03:10 +09:00

8 lines
184 B
TOML

[target.'cfg(target_arch = "wasm32")']
runner = 'wasm-bindgen-test-runner'
# This section needs to be last.
# GitHub Actions modifies this section.
[unstable]
doctest-xcompile = true