Skip to content

Tags: soaryong-c/wasmer

Tags

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge wasmerio#2423

2423: Prepare for 2.0.0 release r=MarkMcCaskey a=MarkMcCaskey


# Review

- [x] Add a short description of the change to the CHANGELOG.md file


Co-authored-by: Mark McCaskey <[email protected]>

2.0.0-rc2

Toggle 2.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge wasmerio#2384

2384: Prepare for 2.0.0-rc2 release r=MarkMcCaskey a=MarkMcCaskey

Ready to release a quick update to fix an issue with Wasmer CLI

# Review

- [x] Add a short description of the change to the CHANGELOG.md file


Co-authored-by: Mark McCaskey <[email protected]>

2.0.0-rc1

Toggle 2.0.0-rc1'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 wasmerio#2381 from wasmerio/no-headless-on-musl-ri…

…ght-now

Disable building headless on musl for now

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge wasmerio#2094

2094: Prepare for 1.0.2 release r=nlewycky a=nlewycky

# Description
Prepare for 1.0.2 release
# Review

- [x] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: Nick Lewycky <[email protected]>

1.0.1

Toggle 1.0.1'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 wasmerio#2018 from wasmerio/fix/ci-error-in-makefile

Attempt to fix CI error in makefile

1.0.0

Toggle 1.0.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 wasmerio#1982 from wasmerio/release/1.0.0

Prepare for 1.0.0 release

1.0.0-rc1

Toggle 1.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge wasmerio#1951

1951: feat: Add an error code on the metering middleware r=MarkMcCaskey a=jubianchi

_This is a proposition for wasmerio#1931._

~~**⚠️ Do not merge as-is. Wait for wasmerio#1941 to get merged or to provide an alternative**~~

Basically, the metering middleware now injects a new global, `error_code` with its own helper `get_error_code` which will allow the host to correctly handle metering errors. Now, a `remaining_points == 0` and `error_code != NoError` means the execution of the guest module consumed all the gas points.

# Review

- [ ] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: jubianchi <[email protected]>

1.0.0-beta2

Toggle 1.0.0-beta2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge wasmerio#1942

1942: Prepare for 1.0.0-beta2 release r=MarkMcCaskey a=MarkMcCaskey

Let's get some of the super useful changes we've been making into the hands of our users!

# Review

- [x] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: Mark McCaskey <[email protected]>

1.0.0-beta1

Toggle 1.0.0-beta1'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 wasmerio#1861 from wasmerio/fix/relesae-tag-regex

Fix typo in release tag checking regex

1.0.0-alpha5

Toggle 1.0.0-alpha5'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 wasmerio#1801 from wasmerio/release/1.0.0-alpha5

Prepare for 1.0.0-alpha5 release