Skip to content

Releases: joshLong145/Span

0.8.0

25 Jul 21:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

22 Mar 13:05
736b144
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.7.0

0.40

11 Jan 02:43
Compare
Choose a tag to compare

adds JsDoc comments with the start to examples in source

0.3.0

09 Jan 03:12
Compare
Choose a tag to compare
  • 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 theworker.js definition now being serialized.

0.2.0

02 Jan 02:13
Compare
Choose a tag to compare
  • Adds support for Rust compiled WASM through --target web

0.1.1

01 Jan 00:40
Compare
Choose a tag to compare
  • Fixes module exports for WasmWorkerDefinition

0.1.0

01 Jan 00:36
Compare
Choose a tag to compare

In process web worker creation for
- Class methods
- addon loading via addonLoader callback
WASM modules via moduleLoader
- Golang compiled wasm currently supported