whoops, add missing vendor changes...

This commit is contained in:
kim 2025-02-12 16:23:44 +00:00
commit 8c601beaa3
38 changed files with 833 additions and 830 deletions

View file

@ -7,9 +7,6 @@ import (
"github.com/tetratelabs/wazero/api"
)
type i32 interface{ ~int32 | ~uint32 }
type i64 interface{ ~int64 | ~uint64 }
type funcVI[T0 i32] func(context.Context, api.Module, T0)
func (fn funcVI[T0]) Call(ctx context.Context, mod api.Module, stack []uint64) {