Stream: git-wasmtime

Topic: wasmtime / Issue #2735 JIT for arm


view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2021 at 21:45):

benmkw opened Issue #2735:

Feature

JIT for arm64

Benefit

x86 works and it would be nice to be able to use it on M1 mac as well

Implementation

it currently panics here: https://github.com/bytecodealliance/wasmtime/blob/5fecdfa49150e3304c1b949aab73bd4a0a02dbac/cranelift/jit/src/backend.rs#L183-L195 I'm unsure what needs to change/ whats blocking it

Alternatives

only make JIT available on x86


Last updated: Oct 23 2024 at 20:03 UTC