Skip to content

Tags: dispatchrun/wazergo

Tags

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
types: make Pointer[T] implement Object[T] to allow nested pointers (#13

)

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Helper functions for decorators (#12)

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from lthibault/feat/error-to-errno

Export types.errno as types.AsErrno.

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
types: fix invalid UnsafeSlice cast (#9)

Pointer[T].UnsafeSlice was casting the slice pointer rather than the
slice data pointer to *T.

v0.17.0

Toggle v0.17.0's commit message
detect fmt.Stringer interface when formatting types

Signed-off-by: Achille Roussel <achille.roussel@gmail.com>

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from stealthrocket/types-formatter

add types.Format

v0.15.0

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>

v0.14.0

Toggle v0.14.0's commit message
types: make list return pointer in Index()

This allows the caller to read *and* write list elements.

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from stealthrocket/new-list

types: add NewList helper

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from stealthrocket/allow-multiple-host-instances

allow multiple host instances