Stream: git-wasmtime

Topic: wasmtime / Issue #2269 freebsd support


view this post on Zulip Wasmtime GitHub notifications bot (Oct 06 2020 at 07:05):

subtly opened Issue #2269:

Building for FreeBSD results in compile_error!("unsupported platform")

Feature

Support for FreeBSD

Benefit

FreeBSD as an OS that has long supported pthread, kqueue, flexibility for compiler preferences, sandboxing, VMs (QEMU) and multiple architectures (ARM). Recently I've found that its stable as a VM on macOS. I personally find it easy to use for testing and it gives me another platform to test against which has exposed otherwise-unseen bugs.

Implementation

Trap handlers need to be updated and there are tests involving return values that usually fail.


Last updated: Nov 22 2024 at 17:03 UTC