Releases: bytecodealliance/jco
Releases · bytecodealliance/jco
1.7.2
What's Changed
- feat(examples): add documentation and walkthroughs for examples by @vados-cosmonic in #514
- fix: resource map being populated after trampoline by @guybedford in #519
- deps: update to [email protected] by @guybedford in #520
Full Changelog: 1.7.1...1.7.2
1.7.1
What's Changed
- Fix hidden exception in
runNext
by @xxshady in #506 - chore(examples): add examples by @vados-cosmonic in #507
- deps: latest toolchain for wasmtime@26 by @guybedford in #515
- fix: optimized bindings codegen by @guybedford in #516
- clippy fixes by @calvinrp in #513
New Contributors
Full Changelog: 1.7.0...1.7.1
1.7.0
What's Changed
- Set
/
as the default initial working directory for browser p2 shim by @kateinoigakukun in #499 - Fix double newline using browser shim by @jprendes in #502
- deps: update to [email protected], Wasmtime@25 toolchain by @guybedford in #504
New Contributors
Full Changelog: 1.6.0...1.7.0
1.6.0
What's Changed
- use
require.resolve
shim instead of hard-coded paths by @OmarTawfik in #493 - fix: pass open flags to getChildEntry in statAt by @kateinoigakukun in #496
- feat: support --aot flag for jco componentize by @guybedford in #498
New Contributors
- @OmarTawfik made their first contribution in #493
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
- deps: update to latest deps, including ComponentizeJS by @guybedford in #492
- deps: update to latest ComponentizeJS with http by default by @guybedford in #494
Full Changelog: 1.4.4...1.5.0
1.4.4
1.4.3
What's Changed
- fix: post-return on error return bindgen by @guybedford in #490
Full Changelog: 1.4.2...1.4.3
1.4.2
1.4.1
What's Changed
- fix: ComponentizeJS bindgen bug by @guybedford in #478
- fix: Wrap lists in Array to handle optional types by @blaine-arcjet in #481
- fix: path to preview2-shim for run by @peter-jerry-ye in #485
- feat: support semver aware exclusions by @vados-cosmonic in #459
- fix: call post-return after building return value by @guybedford in #487
- fix: multi-version import bindgen by @guybedford in #488
New Contributors
- @blaine-arcjet made their first contribution in #481
- @peter-jerry-ye made their first contribution in #485
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- Update Outdated Docs by @danbugs in #458
- allow port numbers up to 65535 in
OutgoingRequest.setAuthority
by @dicej in #461 - fix: TypeScript types by @guybedford in #463
- Update package-lock.json by
npm install
by @kateinoigakukun in #467 - fix: support browser types to match component typing by @guybedford in #465
- fix: variable deduping in browser entrypoint by @guybedford in #469
- feat: WebIDL support & browser test suite by @guybedford in #471
- Fix:
getCoreModule
type for asyncinstantiate
by @wooden-worm in #473 - Toolchain upgrade by @guybedford in #477
New Contributors
- @danbugs made their first contribution in #458
- @wooden-worm made their first contribution in #473
Full Changelog: 1.3.1...1.4.0