Tags: dispatchrun/wazergo
Toggle v0.19.1's commit message
types: make Pointer[T] implement Object[T] to allow nested pointers (#13
)
Toggle v0.19.0's commit message
Helper functions for decorators (#12 )
Toggle v0.18.0's commit message
Merge pull request #11 from lthibault/feat/error-to-errno
Export types.errno as types.AsErrno.
Toggle v0.17.1's commit message
types: fix invalid UnsafeSlice cast (#9 )
Pointer[T].UnsafeSlice was casting the slice pointer rather than the
slice data pointer to *T.
Toggle v0.17.0's commit message
detect fmt.Stringer interface when formatting types
Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
Toggle v0.16.0's commit message
Merge pull request #8 from stealthrocket/types-formatter
add types.Format
Toggle v0.15.0's commit message
adapt wazergo to work with wazero v1.1.0
Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
Toggle v0.14.0's commit message
types: make list return pointer in Index()
This allows the caller to read *and* write list elements.
Toggle v0.13.0's commit message
Merge pull request #5 from stealthrocket/new-list
types: add NewList helper
Toggle v0.12.0's commit message
Merge pull request #3 from stealthrocket/allow-multiple-host-instances
allow multiple host instances
You can’t perform that action at this time.