From 62e9123adc0034cf5e5e4f6f2203101bf39f82ec Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Mon, 20 Nov 2023 11:41:46 +0100 Subject: [PATCH] Add wasm test configuration --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..4ec2f3b --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.wasm32-unknown-unknown] +runner = 'wasm-bindgen-test-runner'