Releases: paberr/wasmworker
Releases · paberr/wasmworker
v0.2.1
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 communicationChannelTask<R>returned byrun_channel, combines the message channel and result future in one type. Send/receive messages with the worker, then consume the final resultwebworker_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_bgoption for custom WASM binary locations - Working Vite example in
test/vite-app/
New Contributors
- @hrxi made their first contribution in #2
- @dependabot[bot] made their first contribution in #3
- @Roba1993 made their first contribution in #5
Full Changelog: v0.1.1...v0.2.1
v0.1.1
v0.1.0
Full Changelog: https://github.com/paberr/wasmworker/commits/v0.1.0