Source File
custom.go
Belonging Package
github.com/tetratelabs/wazero/internal/wasm/binary
package binaryimport ()// decodeCustomSection deserializes the data **not** associated with the "name" key in SectionIDCustom.//// See https://www.w3.org/TR/2019/REC-wasm-core-1-20191205/#custom-section%E2%91%A0func decodeCustomSection( *bytes.Reader, string, uint64) ( *wasm.CustomSection, error) {:= make([]byte, )_, = .Read()= &wasm.CustomSection{Name: ,Data: ,}return}
![]() |
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. |