0.5.0
Chores
Update dependencies
Features
- Ability to pass custom flags to the test binary. Now you can pass any non-test related flags that you are using in your code and the tool won't complain.
For example, if your code expects a flag -species
, you can just run GOOS=js GOARCH=wasm go run -exec=wasmbrowsertest file.go -species=human
and your flag will be passed correctly to your program.