Skip to content

Releases: paberr/wasmworker

v0.2.1

29 Jan 22:04

Choose a tag to compare

What's Changed

  • Add some review comments by @hrxi in #2
  • Bump tokio from 1.41.1 to 1.43.1 in the cargo group across 1 directory by @dependabot[bot] in #3
  • Added Vite bundler support, Channels & Async functions by @Roba1993 in #5
  • #[webworker_channel_fn] macro for async functions with bidirectional communication
  • ChannelTask<R> returned by run_channel, combines the message channel and result future in one type. Send/receive messages with the worker, then consume the final result
  • webworker_channel! macro for type-safe channel function handles
  • Vite is now tested and supported (serve wasm-pack output as static assets via publicDir)
  • New path_bg option for custom WASM binary locations
  • Working Vite example in test/vite-app/

New Contributors

Full Changelog: v0.1.1...v0.2.1

v0.1.1

29 Nov 22:52

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

What's Changed

  • Add documentation, improve CI by @paberr in #1

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Nov 22:51

Choose a tag to compare

v0.1.0 Pre-release
Pre-release