package binary
Import Path
github.com/tetratelabs/wazero/internal/wasm/binary (on go.dev)
Dependency Relation
imports 14 packages, and imported by one package
Involved Source Files
code.go
const_expr.go
custom.go
data.go
decoder.go
element.go
errors.go
export.go
function.go
global.go
header.go
import.go
limits.go
memory.go
names.go
section.go
table.go
value.go
Package-Level Functions (only one)
DecodeModule implements wasm.DecodeModule for the WebAssembly 1.0 (20191205) Binary Format
See https://www.w3.org/TR/2019/REC-wasm-core-1-20191205/#binary-format%E2%91%A0
Package-Level Variables (total 6)
var ErrInvalidByte error
Magic is the 4 byte preamble (literally "\0asm") of the binary format
See https://www.w3.org/TR/2019/REC-wasm-core-1-20191205/#binary-magic
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |