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

Document expected workflow for WASI builds #105253

Closed
brettcannon opened this issue Jun 2, 2023 · 4 comments
Closed

Document expected workflow for WASI builds #105253

brettcannon opened this issue Jun 2, 2023 · 4 comments

Comments

@brettcannon
Copy link
Member

brettcannon commented Jun 2, 2023

With Tools/wasm, the tooling is there for building WASI, but the overall expected development flow could probably stand to be written out explicitly.

@brettcannon
Copy link
Member Author

From @mdboom via a comment:

  1. Run build_wasi.sh
  2. Hack on code
  3. Rebuild by cd'ing to builddir/wasi and running make
  4. Repeat steps 2-3
  5. ?
  6. Profit!

@brettcannon
Copy link
Member Author

#105261 would probably simplify things if it were possible.

@brettcannon
Copy link
Member Author

We should probably consider creating a separate WASI dev container which does the actual build of WASI as part of the pre-build. That way the main dev container can be a bit faster and smaller to get up and going, while providing a pre-build that has WASI already built and ready to go.

@brettcannon
Copy link
Member Author

Part of #112473 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants
@brettcannon and others