package
0.5.0
Repository: https://github.com/suborbital/hive-wasm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Read reads a .wasm.zip file and returns the bundle of wasm modules (suitable to be loaded into a wasmer instance).
Write writes a runnable bundle based loosely on https://golang.org/src/archive/zip/example_test.go.

# Structs

Bundle represents a Runnable bundle.
WasmModuleRef is a reference to a Wasm module (either its filepath or its bytes).