Skip to content

Releases: denoland/wasmbuild

0.19.0

24 Jan 02:56
b43454f
Compare
Choose a tag to compare

What's Changed

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

08 Jan 14:59
f59af36
Compare
Choose a tag to compare

What's Changed

  • fix: upgrade to wasm-bindgen 0.2.95 by @dsherret in #146
  • feat(BREAKING): switch to Wasm imports output only by @dsherret in #148

Full Changelog: 0.17.3...0.18.0

0.17.2

18 Jun 13:53
eaf565f
Compare
Choose a tag to compare

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

Full Changelog: 0.17.1...0.17.2

0.17.1

27 Mar 23:37
bcba1af
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.0...0.17.1

0.17.0

27 Mar 23:06
e2e9ce7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.17.0

0.16.0

01 Mar 23:28
84e8a11
Compare
Choose a tag to compare

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

0.15.6

17 Jan 23:32
258506c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.5...0.15.6

0.15.5

14 Jan 19:34
39d124e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.4...0.15.5

0.15.4

05 Dec 23:53
fee9352
Compare
Choose a tag to compare

What's Changed

  • fix: --no-default-features flag was broken by @dsherret in #111

Full Changelog: 0.15.3...0.15.4

0.15.3

28 Nov 23:55
2f356fb
Compare
Choose a tag to compare

What's Changed

  • fix: upgrade to wasm-bindgen 0.2.89 by @iuioiua in #108
  • fix: use relative imports in output when wasmbuild is hosted locally by @iuioiua in #110

Full Changelog: 0.15.2...0.15.3