forked from fermyon/spin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* unify WIT files This addresses two issues: - When upgrading to WASI 0.2.0, I briefly considered bumping the `fermyon:spin` package version to 2.2.0 and updating the Rust and Go SDKs to use WASI 0.2.0. I later decided against that due to semver concerns, but forgot to change the package version back to 2.0.0. Complicating things further was that the package version under wit-2023-10-18 was still 2.0.0, and that's the one we were actually using in `spin-core`, so we didn't notice there was a problem until someone tried to use the version under wit-0.2.0 instead. - Having three separate WIT directories with inconsistent duplicates is obviously confusing, so I've unified them. This unfortunately resulted in a lot of (superficial) code changes since `wit-bindgen` now needs to generate separate modules for various WASI package versions, but at least we've eliminated the duplication and ambiguity. Signed-off-by: Joel Dice <joel.dice@fermyon.com> * use aliases to omit versions in wasi compat modules Signed-off-by: Joel Dice <joel.dice@fermyon.com> --------- Signed-off-by: Joel Dice <joel.dice@fermyon.com>
- Loading branch information
Showing
161 changed files
with
258 additions
and
1,074 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.