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

Update to the latest wit-bindgen. #2

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Conversation

sunfishcode
Copy link
Member

Update to the latest wit-bindgen, including support for worlds and interfaces. This changes a few things about the directory layout:

  • Wit files are moved to a wit directory, to match how wit-bindgen expects packages to be layed out in their own directory.

  • There's also a wit/world.wit.md added, which contains a world that pulls in the interfaces in the repository, so that we can generate unified docuentation for the whole repository.

  • *.abi.md is now renamed to just *.md.

  • This also checks in an .html file rendered from the generated .md file.

Update to the latest wit-bindgen, including support for worlds and
interfaces. This changes a few things about the directory layout:

 - Wit files are moved to a `wit` directory, to match how wit-bindgen
   expects packages to be layed out in their own directory.

 - There's also a wit/world.wit.md added, which contains a world that
   pulls in the interfaces in the repository, so that we can generate
   unified docuentation for the whole repository.

 - `*.abi.md` is now renamed to just `*.md`.

 - This also checks in an `.html` file rendered from the generated `.md`
   file.
@linclark linclark merged commit eafa66d into WebAssembly:main Feb 7, 2023
sunfishcode added a commit to sunfishcode/wasi-proposal-template that referenced this pull request Feb 7, 2023
Delete files that I included by accident in WebAssembly#2. The real files are named
`wasi-proposal-template.*`.
@sunfishcode sunfishcode mentioned this pull request Feb 7, 2023
sunfishcode added a commit that referenced this pull request Feb 10, 2023
Delete files that I included by accident in #2. The real files are named
`wasi-proposal-template.*`.
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

Successfully merging this pull request may close these issues.

2 participants