This version of Wasmbox upgrades to Wasmtime v11.0.0
, adds the ability to mount a zip archive and simplifies importer settings.
v10.0.0
This version of Wasmbox upgrades to Wasmtime v10.0.0
.
Asynchronous Execution!
This version of Wasmbox introduces a major new feature; async execution.
v9.0.0
This version of Wasmbox upgrades to Wasmtime v9.0.1
.
The new IVirtualSocket
interface introduced in Wasmbox adds support for the Wasi-Socket proposal. The only implementation currently included in Wasmbox (NonFunctionalSocket
) does not provide network connectivity, instead it always acts as if it is not connected to a network. This can be useful when a large compiled WASM program imports sockets, but you do not actually need networking connectivity for your use case.
Wasmbox is very new, so it is likely you will encounter bugs, awkward APIs or missing features. Please direct feedback to Discord or the Issue Tracker.
v8.0.0
This is the first update of Wasmbox. Wasmbox is very new, so it is likely you will encounter bugs, awkward APIs or missing features. Please direct feedback to Discord or the Issue Tracker.
What Happened to Version 2.0.0
-> 7.0.0
?
The previous version of Wasmbox was 1.0.0
and this is version 8.0.0
. This is because we are adopting the same version/release scheme as Wasmtime. Each month Wasmtime releases a new major version, Wasmbox will then be updated to use that version and will use the same major version number.
v1.0.0
The first release of Wasmbox! Since this is the very first release it is likely you will encounter bugs, awkward APIs or missing features. Please direct feedback to Discord or the Issue Tracker.