Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: wazero/wazero

Tags

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use golang.org/x/sys (#2443)

As discussed in #2434. This adds `golang.org/x/sys` as a dependency:
- `golang.org/x/sys/cpu` for CPU detection
- `golang.org/x/sys/unix`/`windows` for (W^X) memory mapping
- `golang.org/x/sys/unix`/`windows` for WASI

---------

Signed-off-by: Nuno Cruces <[email protected]>

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix syntax in release workflow (#2442)

Introduced in #2441.

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update runners, remove signed MSI (#2441)

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: update Go floor to 1.22 and run CI with 1.22/1.24 (#2379)

Signed-off-by: Anuraag Agrawal <[email protected]>

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
arm64: account for imported functions when encoding relocation islands (

#2346)

Signed-off-by: Edoardo Vacchi <[email protected]>

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cli: clarifies it is possible to escape the mount in help (#2328)

Signed-off-by: Takeshi Yoneda <[email protected]>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: upgrade to Go 1.23 (#2301)

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
wasi: `path_open` should accept a dir with RIGHT_FD_WRITE (#2244)

Signed-off-by: Yage Hu <[email protected]>

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merges interpreter and wazeroir packages (#2204)

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
experimental: custom memory allocator API tweaks (#2186)

Signed-off-by: Nuno Cruces <[email protected]>