We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a18646 commit 1707f03Copy full SHA for 1707f03
.cargo/config.toml
@@ -3,3 +3,7 @@ runner = 'wasm-bindgen-test-runner'
3
4
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))']
5
runner = 'wasmtime -W unknown-imports-trap=y'
6
+
7
+# This section needs to be last.
8
+# GitHub Actions modifies this section.
9
+[unstable]
0 commit comments