Skip to content

v0.4.0

Compare
Choose a tag to compare
@pkedy pkedy released this 30 Mar 15:33
· 31 commits to master since this release
bb50f05

This release includes multi engine support for the following Wasm runtimes:

Name Usage Package
wasmer-go wasmer.Engine() github.com/wasmerio/wasmer-go
wasmtime-go wasmtime.Engine() github.com/bytecodealliance/wasmtime-go
wazero wazero.Engine() github.com/tetratelabs/wazero

Note: There is a small change that is not backward compatible. You must instantiate the engine from its package. See the README for further details and an example.