ptitSeb
ptitSeb
thanks, I'll check later
I haven't found anything yet, but I'm on a MacOS machine for the next 3 weeks (with no access to my linux box), so it may be challenging. What you...
I tried to create a minimum project to reproduced the issue: Cargo.toml: ```toml [package] name = "minimum_3073" version = "0.1.0" edition = "2021" # See more keys and their definitions...
That minimum program also runs on a linux x86_64 box.... @billyb2 can you check this on your side?
That would suggest some memory corruption happening before, especially because there is a SIGILL, with the illegal instruction not recognized by Valgrind (to bad there isn't a dump of the...
> @ptitSeb on my HiFive Unmatched board, deterministic::deterministic_empty, deterministic::deterministic_table, traps::test_trap_stack_overflow::llvm::universal and traps::test_trap_trace::llvm::universal were failed, but I have not properly investigated the cause. > > By the way some tests that...
Also, wasmer source have evolved lately, with some new mecanism around trap and stack handling. You should try to update your fork. Unfortunatly, the stack switcher corosensei is not compatible...
> @ptitSeb I think corosensei it is compatible with RISC-V? There is a `riscv.rs` source file yes, but it's not shown on the readme as a supported arch.
> [Question]: I recently came across this and was just curious. Does this PR mean there will be Wasmer support for the likes of ESP32 MCUs? Thanks for any info....
Openned a ticket in WASI specs site to get clarity on the behaviour: https://github.com/WebAssembly/WASI/issues/492