ptitSeb
ptitSeb
I see nothing on this log. Which one is TR8? I probably have it on my steam collection so I can try myself and see what is happening.
"Killed". The compiler ran out of memory. Just relaunch the build with a simple `make` You need more than 1GB of RAM to build some box sources, and with `-j...
Box86 is not really compatible with static linking. It needs the full libc functions to wrapped to calls, and static linking tend to removed unused functions. Try to use "whole-archive"...
Isn't this dependant on llvm-16 also? We are at llvm-14 for now.
Ok, thanks for the PR. We'll check it back when we upgrade llvm to 16
Following https://github.com/wasmerio/wasmer/pull/3737 the test now do ``` thread 'mem_fs::filesystem::test_filesystem::mount_to_overlapping_directories' panicked at 'called `Result::unwrap()` on an `Err` value: AlreadyExists', lib/vfs/src/mem_fs/filesystem.rs:1719:14 ``` Wich does not really add support, but at least this...
There is a workaround in wasix-libc, so lowering the priority
Workaround for the 4.0 fs refactor for 4.x
Tentative v4.0, not mendatory.