| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wasm-tools-1.246.0-aarch64-linux.tar.gz | 2026-03-31 | 5.9 MB | |
| wasm-tools-1.246.0-aarch64-macos.tar.gz | 2026-03-31 | 5.3 MB | |
| wasm-tools-1.246.0-aarch64-musl.tar.gz | 2026-03-31 | 5.9 MB | |
| wasm-tools-1.246.0-aarch64-windows.zip | 2026-03-31 | 4.2 MB | |
| wasm-tools-1.246.0-riscv64-linux.tar.gz | 2026-03-31 | 6.3 MB | |
| wasm-tools-1.246.0-wasm32-wasip1.tar.gz | 2026-03-31 | 3.8 MB | |
| wasm-tools-1.246.0-x86_64-linux.tar.gz | 2026-03-31 | 5.9 MB | |
| wasm-tools-1.246.0-x86_64-macos.tar.gz | 2026-03-31 | 5.7 MB | |
| wasm-tools-1.246.0-x86_64-musl.tar.gz | 2026-03-31 | 6.2 MB | |
| wasm-tools-1.246.0-x86_64-windows.zip | 2026-03-31 | 4.5 MB | |
| README.md | 2026-03-31 | 3.2 kB | |
| v1.246.0 source code.tar.gz | 2026-03-31 | 5.6 MB | |
| v1.246.0 source code.zip | 2026-03-31 | 9.2 MB | |
| Totals: 13 Items | 68.4 MB | 0 | |
What's Changed
- wit-component: fix async task.return options for export signatures by @peter-jerry-ye in https://github.com/bytecodealliance/wasm-tools/pull/2452
- wit-parser: extend WasmImport for future/stream intrinsics by @peter-jerry-ye in https://github.com/bytecodealliance/wasm-tools/pull/2454
- fix signed 8- and 16-bit loads in wit-dylib bindgen by @dicej in https://github.com/bytecodealliance/wasm-tools/pull/2455
- Add
EqandPartialEqtoUnresolvedPackageGroupand its dependencies by @PhoebeSzmucer in https://github.com/bytecodealliance/wasm-tools/pull/2458 - Document the
boolfield inwast::core::FuncKind::Importby @YDX-2147483647 in https://github.com/bytecodealliance/wasm-tools/pull/2457 - make
wit_dylib::metadatapublic by @dicej in https://github.com/bytecodealliance/wasm-tools/pull/2456 - wasm-compose: make im-rc an optional feature-guarded dependency by @soldair in https://github.com/bytecodealliance/wasm-tools/pull/2459
- Remove anyhow from the WIT lexer by @PhoebeSzmucer in https://github.com/bytecodealliance/wasm-tools/pull/2461
- ci: add riscv64gc-unknown-linux-gnu to release artifacts by @gounthar in https://github.com/bytecodealliance/wasm-tools/pull/2464
- handle tag exports when linking shared libraries by @dicej in https://github.com/bytecodealliance/wasm-tools/pull/2466
- feat(style,doc): added typos-cli workspace configuration by @mkatychev in https://github.com/bytecodealliance/wasm-tools/pull/2467
- wasm-compose: switch from serde_yaml to serde_yaml2 by @pchickey in https://github.com/bytecodealliance/wasm-tools/pull/2471
- Validate full offset for shared memories by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2472
- Fix validation of atomic mutation of shared globals by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2473
- Include license files in packages by @jwodder in https://github.com/bytecodealliance/wasm-tools/pull/2470
- Disallow non-type/instance aliases in component/instance types by @alexcrichton in https://github.com/bytecodealliance/wasm-tools/pull/2462
- [wit-parser] Migrate to structured errors in the AST/package parser by @PhoebeSzmucer in https://github.com/bytecodealliance/wasm-tools/pull/2465
- Release wasm-tools 1.246.0 by @github-actions[bot] in https://github.com/bytecodealliance/wasm-tools/pull/2474
New Contributors
- @peter-jerry-ye made their first contribution in https://github.com/bytecodealliance/wasm-tools/pull/2452
- @PhoebeSzmucer made their first contribution in https://github.com/bytecodealliance/wasm-tools/pull/2458
- @YDX-2147483647 made their first contribution in https://github.com/bytecodealliance/wasm-tools/pull/2457
- @soldair made their first contribution in https://github.com/bytecodealliance/wasm-tools/pull/2459
- @gounthar made their first contribution in https://github.com/bytecodealliance/wasm-tools/pull/2464
- @mkatychev made their first contribution in https://github.com/bytecodealliance/wasm-tools/pull/2467
- @jwodder made their first contribution in https://github.com/bytecodealliance/wasm-tools/pull/2470
Full Changelog: https://github.com/bytecodealliance/wasm-tools/compare/v1.245.1...v1.246.0