Stream: git-wasmtime

Topic: wasmtime / PR #6703 winch(x64): Add support for global ge...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2023 at 16:17):

saulecabrera opened PR #6703 from saulecabrera:winch-global-get-set to bytecodealliance:main:

This change adds support for the global.set and global.get instructions.

<!--
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 (Jul 07 2023 at 16:17):

saulecabrera requested cfallin for a review on PR #6703.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2023 at 16:17):

saulecabrera requested jameysharp for a review on PR #6703.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2023 at 16:17):

saulecabrera requested wasmtime-fuzz-reviewers for a review on PR #6703.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2023 at 16:17):

saulecabrera requested wasmtime-compiler-reviewers for a review on PR #6703.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2023 at 16:17):

saulecabrera requested wasmtime-core-reviewers for a review on PR #6703.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2023 at 16:18):

saulecabrera edited PR #6703:

Part of https://github.com/bytecodealliance/wasmtime/issues/6528
This change adds support for the global.set and global.get instructions.

<!--
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 (Jul 07 2023 at 16:42):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2023 at 16:42):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2023 at 16:42):

fitzgen created PR review comment:

Don't see any f32 or f64 globals being tested here. Are those valtypes not supported by winch at all yet? If they are supported, then there should be some exercising of globals of those types. If not, then I guess there should eventually be that same exercising but not in this PR :-p

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2023 at 17:08):

saulecabrera created PR review comment:

Yeah, not supported yet, but I'll be working on introducing support for them next.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2023 at 17:52):

saulecabrera merged PR #6703.


Last updated: Nov 22 2024 at 17:03 UTC