Documentation ¶
Index ¶
Constants ¶
View Source
const CoreFeatures = api.CoreFeatureSIMD | api.CoreFeatureBulkMemoryOperations | api.CoreFeatureNonTrappingFloatToIntConversion | api.CoreFeatureMutableGlobal | api.CoreFeatureReferenceTypes | api.CoreFeatureSignExtensionOps
CoreFeatures are the WebAssembly Core specification features our embedded binaries are compiled with.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶
type Args struct { // Optional further module configuration function. // (e.g. to mount filesystem dir, set env vars, etc). Config func(wazero.ModuleConfig) wazero.ModuleConfig // Standard FDs. Stdin io.Reader Stdout io.Writer Stderr io.Writer // CLI args. Args []string }
Args encompasses a common set of configuration options often passed to wazero.Runtime on module instantiation.
Click to show internal directories.
Click to hide internal directories.