Stream: git-wasmtime

Topic: wasmtime / PR #9403 Implement the wide-arithmetic proposal


view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2024 at 21:37):

alexcrichton opened PR #9403 from alexcrichton:wide-arithmetic to bytecodealliance:main:

This commit implements the [wide-arithmetic] proposal in Wasmtime. This is a pretty easy proposal to implement due to Cranelift already having support for all the various instructions. The features implemented here are:

[wide-arithmetic]: https://github.com/WebAssembly/wide-arithmetic

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2024 at 21:37):

alexcrichton requested fitzgen for a review on PR #9403.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2024 at 21:37):

alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #9403.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2024 at 21:37):

alexcrichton requested wasmtime-core-reviewers for a review on PR #9403.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2024 at 21:37):

alexcrichton requested wasmtime-default-reviewers for a review on PR #9403.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2024 at 21:51):

fitzgen submitted PR review:

Very nice!

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2024 at 22:06):

fitzgen merged PR #9403.


Last updated: Nov 22 2024 at 16:03 UTC