Skip to content

0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 19:49
· 4 commits to main since this release
4237ecf

WasmKit 0.3.0 is a substantial release with these notable changes:

  • Initial WebAssembly Component Model support hidden behind a non-default package trait ComponentModel: binary parser/encoder, ComponentInstance/ComponentLoader, and invocation of simple components with WAVE value encoding arguments that can be passed from the CLI;
  • Three new Wasm proposals (Fixed Width SIMD, Atomics, and Exception Handling);
  • Substantially expanded WASIp1 coverage with poll_oneoff support for timers, an in-memory file system, thread safety improvements, and fd-leak I/O fixes;
  • Under the hood WasmKit adopts typed throws via a unified WasmKitError and raises the minimum Swift version to 6.3.

What's Changed

New Contributors

Full Changelog: 0.2.2...0.3.0