Skip to content

0.5.0

Compare
Choose a tag to compare
@agnivade agnivade released this 16 Dec 05:32
· 16 commits to master since this release

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.