updated vendor

This commit is contained in:
2026-06-16 08:02:19 +02:00
parent 2f7f99d3f0
commit 77299d0c64
1283 changed files with 67302 additions and 208958 deletions
+4
View File
@@ -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