aboutsummaryrefslogtreecommitdiff
path: root/getrandom/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to 'getrandom/.cargo/config')
-rw-r--r--getrandom/.cargo/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/getrandom/.cargo/config b/getrandom/.cargo/config
new file mode 100644
index 0000000..291ce5e
--- /dev/null
+++ b/getrandom/.cargo/config
@@ -0,0 +1,5 @@
+[target.wasm32-unknown-unknown]
+runner = 'wasm-bindgen-test-runner'
+
+[target.wasm32-wasi]
+runner = 'wasmtime'