updated vendor
This commit is contained in:
+4
@@ -33,6 +33,10 @@ var (
|
||||
ErrRuntimeExpectedSharedMemory = New("expected shared memory")
|
||||
// ErrRuntimeTooManyWaiters indicates that atomic.wait was called with too many waiters.
|
||||
ErrRuntimeTooManyWaiters = New("too many waiters")
|
||||
// ErrRuntimeUncaughtException indicates that a thrown exception was not caught by any handler.
|
||||
ErrRuntimeUncaughtException = New("uncaught exception")
|
||||
// ErrRuntimeNullReference indicates a null reference was used where a non-null reference was expected.
|
||||
ErrRuntimeNullReference = New("null reference")
|
||||
)
|
||||
|
||||
// Error is returned by a wasm.Engine during the execution of Wasm functions, and they indicate that the Wasm runtime
|
||||
|
||||
Reference in New Issue
Block a user