Skip to content

Tags: YukkiKaze/wasmer

Tags

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

1.0.0-alpha4

Toggle 1.0.0-alpha4's commit message

Verified

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

1696: Prepare for 1.0.0-alpha4 release r=MarkMcCaskey a=MarkMcCaskey



# 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-alpha3

Toggle 1.0.0-alpha3's commit message

Verified

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

1622: Prepare for 1.0.0-alpha3 release r=MarkMcCaskey a=MarkMcCaskey

We're packaging wapm now

# 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-alpha02.0

Toggle 1.0.0-alpha02.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#1609

1609: Prepare for 1.0.0-alpha02.0 release r=MarkMcCaskey a=MarkMcCaskey

Preparing the 1.0.0-alpha02.0 release; trying out all our new release infra!

# Review

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


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

0.17.1

Toggle 0.17.1's commit message

Verified

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

1483: Prepare for 0.17.1 release r=MarkMcCaskey a=MarkMcCaskey

Shipping a patch release ensuring that a bug fix intended to be included in `0.17.0` is shipped (`dbg!` print statement is apparently in `0.17.0` release)

# Review

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


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