Stream: git-wasmtime

Topic: wasmtime / issue #12819 Build fails on FreeBSD/aarch64: u...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2026 at 23:22):

cfallin edited issue #12819:

error: unsupported platform
   --> /wrkdirs/usr/ports/databases/surrealdb/work/surrealdb-3.0.4/cargo-crates/wasmtime-41.0.4/src/runtime/vm/sys/unix/signals.rs:401:13
    |
401 |             compile_error!("unsupported platform");
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

OS: FreeBSD 15

view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2026 at 23:22):

cfallin commented on issue #12819:

Thanks for filing an issue. I've edited your title to be more accurate: it is the specific combo of FreeBSD/aarch64 that is not supported yet. Each combo of platform and ISA needs a little bit of specific code to handle signal frames. Support for non-tier-1 platforms is always welcome but is best-effort, since we don't have access to all platforms nor infinite time (sadly!).

I'd be happy to review a PR, however. Would you be willing to send one?

view this post on Zulip Wasmtime GitHub notifications bot (Mar 22 2026 at 03:34):

yurivict commented on issue #12819:

https://github.com/bytecodealliance/wasmtime/pull/12820


Last updated: Mar 23 2026 at 16:19 UTC