MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime-go / Error

Struct Error

error.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import "runtime"
6
7type Error struct {
8 _ptr *C.wasmtime_error_t
9}
10
11func mkError(ptr *C.wasmtime_error_t) *Error {
12 err := &Error{_ptr: ptr}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected