Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASI support #832

Closed
hyf0 opened this issue Apr 11, 2024 · 0 comments · Fixed by #467
Closed

WASI support #832

hyf0 opened this issue Apr 11, 2024 · 0 comments · Fixed by #467
Labels
help wanted Extra attention is needed tracking

Comments

@hyf0
Copy link
Member

hyf0 commented Apr 11, 2024

Ref: #810

Wasi target is almost done except some problems. They show up on different machines:

Machine of @hyf0

  • Any std::fs::xxx call blocks the whole program and make the program hang.
  • rayon could not work, so all par_xxc calls needs to be removed.
  • Process hung instead exit successfully after bundling.

Machine of @Brooooooklyn

  • Any std::fs::xxx call blocks the whole program and make the program hang.
    • Add an extra std::fs::xxx call in the beginning of the program solves the problem but doesn't works on @hyf0.
  • Unknown segmentation fault.
  • Process hung instead exit successfully after bundling.

Related refs:

@hyf0 hyf0 added help wanted Extra attention is needed tracking labels Apr 11, 2024
@yyx990803 yyx990803 pinned this issue Apr 15, 2024
@hyf0 hyf0 linked a pull request Apr 16, 2024 that will close this issue
@hyf0 hyf0 unpinned this issue Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed tracking
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant