Releases: denoland/wasmbuild
Releases · denoland/wasmbuild
0.19.0
What's Changed
- feat: upgrade wasmbindgen to 0.2.100 by @sigmaSd in #151
- feat: add --inline flag by @dsherret in #153
Use the --inline
flag or an old version of wasmbuild if you need to support browsers, Node, or an older versions of Deno. Unfortunately it seems browsers don't support Wasm modules yet.
Full Changelog: 0.18.0...0.19.0
0.18.0
0.17.2
What's Changed
- fix: use CARGO_ENCODED_RUSTFLAGS instead of RUSTFLAGS to pass flags to rustc by @jeremyBanks in #136
- fix: make rustup optional by @hasundue in #141
New Contributors
- @jeremyBanks made their first contribution in #136
- @hasundue made their first contribution in #141
Full Changelog: 0.17.1...0.17.2
0.17.1
0.17.0
0.16.0
What's Changed
Wasmbuild is now available on JSR, so you can specify a shorter url in the setup script:
{
"tasks": {
"wasmbuild": "deno run -A jsr:@deno/[email protected]"
}
}
New Contributors
Full Changelog: 0.15.6...0.16.0