On Tuesday, January 23rd, 2024 at 9:48 PM, Chavdar Ivanov <ci4ic4%gmail.com@localhost> wrote:
> Doesn't seem to be doing anything. There is nothing under ./release.
You're right.
> On the other hand, if you run 'cargo build --release --all' you get
Argh ... now I'm hitting the region crate issue.
But, are you building this on aarch64?
See this commit, https://github.com/wasmerio/wasmer/commit/a18719fd248081a2eb121e5cba656fd2a10cbd02
Now, NetBSD Rust libc does define ucontext_t for both amd64 and aarch64
https://github.com/rust-lang/libc/blob/40741baa1d892518fd3c39795e962058ff558fb9/src/unix/bsd/netbsdlike/netbsd/x86_64.rs#L16
https://github.com/rust-lang/libc/blob/40741baa1d892518fd3c39795e962058ff558fb9/src/unix/bsd/netbsdlike/netbsd/aarch64.rs#L22