Wasmbrowsertest Versions Save

Run WASM tests inside your browser

v0.8.0

7 months ago

Features:

  • Filesystem support! Thanks @mlctrez

Chores:

  • Bump up support till Go 1.19

v0.7.0

1 year ago

Features

  • Added a new tool cleanenv which can be used to strip certain environment variables prior to running the tool. This can be useful because certain CI environments add an exceedingly large amount of env vars which is then limited by the Go runtime.

Fixes

  • Made some improvements to handle Javascript exceptions or Go panics from within the code.

v0.6.0

1 year ago

Features

-coverprofile flag is now supported.

v0.5.0

1 year ago

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.

v0.4.0

2 years ago