XiaoYangShawn
XiaoYangShawn
I understand there's now a [wasi support](https://github.com/bheisler/criterion.rs/blob/version-0.4/book/src/user_guide/wasi.md), is there any plan to support `wasm32-unknown-unknown` now?
It would be really nice to be able to compare native and in-browser performance of the same rust lib.
> You can compare native vs. in-browser performance using wasi, no? I don't know if wasi performance is the same for wasm and I don't know if my lib compiles...
> Is this related to #31? If you're running tests on the main thread, it probably won't work. They are related. I'm trying to run wasm-bindgen-rayon my rust unit tests...
That could be very helpful for rust wasm developers
Can this one be merged? It could be really helpful.
Steps to reproduce: In an empty folder: 1. `git init` 2. Save this file as `package.json` ```json { "scripts": { "prepare": "husky install", "test": "echo hello" }, "devDependencies":{ "husky": "^8.0.1"...
> I just tried again with GitHub Desktop Version 3.0.7 on Windows and I still have the same problem. Also you may find GitHub Desktop logs here: 
I tied to change `.husky\pre-commit` to ```bash #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" npm.cmd test ``` It works as expected. However I can't change the script like this because it...
I also have wsl2 installed, I've not tried it before I install wsl2.