//
pkg.gl
Category
github.com/suborbital/hive-wasm
bundle
package
0.5.0
Repository:
https://github.com/suborbital/hive-wasm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
2
Files
181 SLOC
#
Packages
bundlewritetester
No description provided by the author
#
Functions
Read
Read reads a .wasm.zip file and returns the bundle of wasm modules (suitable to be loaded into a wasmer instance).
Write
Write writes a runnable bundle based loosely on https://golang.org/src/archive/zip/example_test.go.
#
Structs
Bundle
Bundle represents a Runnable bundle.
WasmModuleRef
WasmModuleRef is a reference to a Wasm module (either its filepath or its bytes).