Versions in this module Expand all Collapse all v0 v0.4.2 Feb 13, 2020 v0.4.1 Dec 25, 2019 Changes in this version + var ErrLocalEntryCount = errors.New("validate: function local entry cout overflow") + var ErrStackUnderflow = errors.New("validate: stack underflow") + var PrintDebugInfo = false + func VerifyModule(module *wasm.Module) error + func VerifyWasmCodeFromRust(code []byte) error + type Error struct + Err error + Function int + Offset int + func (e Error) Error() string + type InvalidElementIndexError uint32 + func (e InvalidElementIndexError) Error() string + type InvalidImmediateError struct + ImmType string + OpName string + func (e InvalidImmediateError) Error() string + type InvalidLabelError uint32 + func (e InvalidLabelError) Error() string + type InvalidLocalIndexError uint32 + func (e InvalidLocalIndexError) Error() string + type InvalidTypeError struct + Got wasm.ValueType + Wanted wasm.ValueType + func (e InvalidTypeError) Error() string + type NoSectionError wasm.SectionID + func (e NoSectionError) Error() string + type RustValidator struct + type UnmatchedOpError byte + func (e UnmatchedOpError) Error() string