diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..cb9ecf9 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.wasm32-unknown-unknown] +rustflags = ['--cfg', 'getrandom_backend="wasm_js"'] \ No newline at end of file