Skip to content

Releases: mbasso/wasm-worker

JS functions

02 Nov 08:59
c22ccf1
Compare
Choose a tag to compare

Features

Add a .run(callback, params) function that allows the execution of js functions inside the worker. This is useful, for example, if you want to access the importObject.

Breaking changes

None.

instantiateStreaming

17 Sep 15:36
Compare
Choose a tag to compare

Features

Use instantiateStreaming by default if supported by the browser, this is the most efficient, optimized way to load wasm code.

Breaking changes

None.

Support compileStreaming

14 Sep 18:57
ba05e65
Compare
Choose a tag to compare

Features

This release add support for WebAssembly.compileStreaming. It will be used by default by wasm-worker if supported in the browser.

Breaking changes

None.

First release

14 Sep 18:52
Compare
Choose a tag to compare