Samuel Crow
Samuel Crow
Ok. I hope there are a few helper functions. Currently I was basing my code off the FreeBSD or OpenBSD version but I can also look at the Linux version.
## Update After a code review by @nielx, the non-POSIX layer, native call branch of the Region crate is back on track! Haiku's Area subroutines are almost working and a...
During the Haiku Coding Sprint last week, MMU_Man and I discovered the B_BAD_ADDRESS error was the result of passing Null to an unused pointer parameter. Now the error no longer...
Thanks to another code review by @nielx, the `area_for()` function has been replaced by a hash lookup in my port of the region crate. The Haiku function was returning error...
After having added the DashMap crate dependency to reduce out a mutex, the Region crate still fails 16 unit tests but, recalling that Wasmer was designed with an older version...
The VM crate now compiles on my fork.
`pacman -S wasmer` does work on Manjaro as well but doesn't install WAPM. I tried installing the WAPM package from AUR and it failed. The plot thickens.
I didn't even see i32 or i16 bswap supported. Is there a newer set of specs and proposed specs to look at?
That's disappointing but not surprising. Thanks for the heads' up.
Implementing code on "retro" platforms like the Commodore Amiga and Atari ST models is one such case. Both of these use 68000 through 68060 or better CPUs which, rare as...