You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging coreutils mv, I found openat, arch_prctl, set_tid_address, set_robust_list, rseq, mprotect, getrandom, brk, exit_group missed in current lind-wasm.
That would be great if @Yaxuan-w could look at this for further fix plans.
The text was updated successfully, but these errors were encountered:
There're lots of syscalls not being handled by lind-wasm (700+) and it will cause coreutils. After discussing with @qianxichen233, we decided to start with the variants of the system call we have already implemented. (ie: unlink and unlinkat / dup and dup3 / etc.).
The first step will be finding corresponding variants by comparing their names and generate list. I think this would be a good first issue for @AryanAjmera18 to get familiar with lind-wasm.
I mentioned this on slack but I think a great first step here is to compile coreutils for lind-nacl and compare the config files to what we have here in Lind-Wasm. It would be very valuable to understand what's happening with the #defines
When debugging coreutils
mv
, I foundopenat
,arch_prctl
,set_tid_address
,set_robust_list
,rseq
,mprotect
,getrandom
,brk
,exit_group
missed in current lind-wasm.That would be great if @Yaxuan-w could look at this for further fix plans.
The text was updated successfully, but these errors were encountered: