-
Notifications
You must be signed in to change notification settings - Fork 710
Closed
Labels
Description
Ref: #810
Wasi target is almost done except some problems. They show up on different machines:
Machine of @hyf0
- Any
std::fs::xxxcall blocks the whole program and make the program hang. rayoncould not work, so allpar_xxccalls needs to be removed.- Process hung instead exit successfully after bundling.
Machine of @Brooooooklyn
- Any
std::fs::xxxcall blocks the whole program and make the program hang.- Add an extra
std::fs::xxxcall in the beginning of the program solves the problem but doesn't works on @hyf0.
- Add an extra
- Unknown segmentation fault.
- Process hung instead exit successfully after bundling.
Related refs:
Reactions are currently unavailable