Open qianxichen233 opened 3 weeks ago
any asyncify_start_unwind export not found
error is because the wasm hasn't been applied to wasm-opt asyncify. It should go away after doing so. @yzhang71
/bin/cat
: input bytes aren't valid utf-8 note: run with RUST_BACKTRACE=1
environment variable to display a backtrace Command: nice -n 10 cat file.txt
As most of the single process tests suites are able to run, we can now start working on compiling and running coreutils. This issue serves as a progress tracker for coreutils. Below is the current state of coreutils programs:
base32
,base64
,dir
,echo
,env
,head
,ls
,mkdir
,pwd
,rmdir
,tail
,touch
,wc
cat
,cp
,du
,md5sum
,mv
,rm