Stream: wasmtime

Topic: wasmtime on arm


view this post on Zulip Julian Lazaras (Dec 31 2020 at 00:56):

wasmtime on arm, would it be a matter of updating get_pc?

view this post on Zulip Till Schneidereit (Dec 31 2020 at 09:40):

we support Arm64 already, with builds as part of our builds. Android should work, though we don't yet generate builds automatically. If you mean Arm32, then there's a bit more that needs to be done: the JIT doesn't yet fully support generating Arm32 code

Standalone JIT-style runtime for WebAssembly, using Cranelift - bytecodealliance/wasmtime

Last updated: Nov 22 2024 at 16:03 UTC