v0.4.0
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.