Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
import
"runtime"
6
7
type
Error
struct
{
8
_ptr *C.wasmtime_error_t
9
}
10
11
func
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