Versions in this module Expand all Collapse all v0 v0.15.2 Oct 5, 2022 Changes in this version + type WasmModuleRef struct + Data []byte + FQFN string + Name string + func RefWithData(name, fqfn string, data []byte) *WasmModuleRef + func RefWithReader(name, fqfn string, reader io.Reader) *WasmModuleRef + func (w *WasmModuleRef) Bytes() ([]byte, error) + func (w *WasmModuleRef) MarshalJSON() ([]byte, error)