Wasmex.Components.Component (wasmex v0.10.0)

This represents a compiled but not yet instantiated WebAssembly component. It is analogous to a Module in core webassembly.

Summary

Types

t()

@type t() :: %Wasmex.Components.Component{reference: reference(), resource: binary()}

Functions

new(store_or_caller, component_bytes)