Stream: git-wasmtime

Topic: wasmtime / issue #3123 Bump to Wasmtime v0.29.0 and Crane...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 28 2021 at 19:43):

github-actions[bot] commented on issue #3123:

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:peepmatic", "cranelift:meta", "cranelift:module", "cranelift:wasm"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jul 28 2021 at 19:51):

alexcrichton commented on issue #3123:

Also, while here, I went ahead and updated the release notes -- https://github.com/bytecodealliance/wasmtime/commit/e9fe64f0c7eb14975f1788a57b097258ad8850d0 -- mind including that here?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 28 2021 at 19:55):

cfallin commented on issue #3123:

Ah, I hadn't done that yet, thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2021 at 00:58):

jlb6740 commented on issue #3123:

Hi @cfallin @alexcrichton .. Yes there are two more pull requests that are needed to complete SIMD. Specifically what is left is what covers these tests:

    match (testsuite, testname) {
        ("simd", "simd_i16x8_extadd_pairwise_i8x16") => return true,
        ("simd", "simd_i32x4_extadd_pairwise_i16x8") => return true,
        ("simd", "simd_int_to_int_extend") => return true,
        ("simd", _) => return false,
        _ => {}
    }

The first two are taken care of by pr #3031. It actually works fine but I think we want to do a little refactoring. The lowerings that cover int_to_int_extend I haven't pushed a pr for but have started. Let me see how far I get and give an updated estimate later this week if no urgency to finish by this week.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2021 at 18:27):

cfallin commented on issue #3123:

I just updated this PR to rebase on top of latest main with the last x64 SIMD bits (and Alex's just-merged 64-bit memory limit PR). Also updated release notes accordingly. PTAL @alexcrichton for updated note on the latter especially -- thanks!


Last updated: Oct 23 2024 at 20:03 UTC