Add the unstable section back in .cargo/config.toml (#3896)

This commit is contained in:
Siyuan Yan 2025-08-13 15:27:53 +09:00 committed by GitHub
parent 5a1864643f
commit 1707f03784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,3 +3,7 @@ runner = 'wasm-bindgen-test-runner'
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))']
runner = 'wasmtime -W unknown-imports-trap=y'
# This section needs to be last.
# GitHub Actions modifies this section.
[unstable]