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

Roadmap: WASI Preview2 Support #5577

Open
4 tasks
kateinoigakukun opened this issue Apr 15, 2024 · 0 comments
Open
4 tasks

Roadmap: WASI Preview2 Support #5577

kateinoigakukun opened this issue Apr 15, 2024 · 0 comments

Comments

@kateinoigakukun
Copy link
Member

kateinoigakukun commented Apr 15, 2024

The new version of WASI specification is growing and recently got stable. The new version adds HTTP system interface and it unblock us to support networking features in Wasm port of Swift.
https://github.com/WebAssembly/WASI/blob/main/preview2/README.md

Lack of native networking support was long-standing issue and it made it difficult to share code between platforms. It’s good time to mitigate the situation by leveraging the new syscall interface spec.

To Do

  • Support WASI Preview2 in wasi-libc
  • Add new target triple (wasm32-unknown-wasip2) to the apple/swift build system
  • Port network APIs in Foundation by using the new interfaces
  • Figure out how to provide wasm-component-ld executable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant