Releases: joshLong145/Span
Releases · joshLong145/Span
0.9.0
What's Changed
- ci: add more os runners and publish guard by @joshLong145 in #23
- dev: update readAllSync by @joshLong145 in #25
- Feat/timeout worker signals by @joshLong145 in #26
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- Feat/pooling by @joshLong145 in #20
- Ref/cleanup after pooling merge by @joshLong145 in #21
- Ref/types by @joshLong145 in #22
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- Add/async support by @joshLong145 in #10
- Ref/instance wrappers consolidation by @joshLong145 in #11
- Fix/code gen namespacing by @joshLong145 in #12
- Add/publish ci by @joshLong145 in #13
- fix deno version and name in ci action file by @joshLong145 in #14
- add permissions by @joshLong145 in #15
- Ref/add timeouts by @joshLong145 in #16
- remove console logging by @joshLong145 in #17
- 0.7.0 by @joshLong145 in #18
- add return type by @joshLong145 in #19
Full Changelog: 0.4.0...0.7.0
0.40
adds JsDoc comments with the start to examples in source
0.3.0
- Fixes issues with some
web_sys
modules causing WebAssembly module initialization to fail when loading bootstrapping scripts - Fixes issues with generating code to file output.
- When generating file output, there is now only one file created. with the
worker.js
definition now being serialized.
0.2.0
- Adds support for
Rust
compiled WASM through--target web
0.1.1
- Fixes module exports for
WasmWorkerDefinition
0.1.0
In process web worker creation for
- Class methods
- addon
loading via addonLoader
callback
WASM modules via moduleLoader
- Golang
compiled wasm currently supported