Stream: git-wasmtime

Topic: wasmtime / PR #8124 cranelift: Remove support for WebAsse...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2024 at 21:46):

jameysharp requested cfallin for a review on PR #8124.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2024 at 21:46):

jameysharp requested wasmtime-compiler-reviewers for a review on PR #8124.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2024 at 21:46):

jameysharp opened PR #8124 from jameysharp:stop-doing-cranelift-tables to bytecodealliance:main:

Wasmtime no longer needs any of this infrastructure and neither should anybody else.

This diff is nearly identical to @bjorn3's version of the same change, except I didn't remove Uimm64, which has started being used in other places. I forgot bjorn3 had already tackled this part until after I was already done, but it's reassuring that we both made the same changes.

https://github.com/bjorn3/wasmtime/commit/fb82ccb3948e949641a6d9581aa84472f68f97b8

Fixes #5532

<!--
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 (Mar 13 2024 at 23:23):

cfallin submitted PR review:

LGTM! This is good code motion that makes Cranelift maintenance easier while moving tables up a layer where they can benefit from other opts too. Thanks for pushing it forward.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2024 at 16:11):

jameysharp merged PR #8124.


Last updated: Nov 22 2024 at 16:03 UTC