Lind-Project / lind-wasm

https://lind-project.github.io/lind-wasm-docs/
Apache License 2.0
1 stars 1 forks source link

Fix coreutils #28

Open qianxichen233 opened 3 weeks ago

qianxichen233 commented 3 weeks ago

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:

yzhang71 commented 2 weeks ago
qianxichen233 commented 2 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

robinyuan1002 commented 2 weeks ago