-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update upstream deps (#562)
* refactor(deps): avoid default features This commit updates the deps for jco and related crates to avoid default features which might unnecessarily add to build times. Signed-off-by: Victor Adossi <[email protected]> * refactor: remove wasmparser * import Signed-off-by: Victor Adossi <[email protected]> * chore(deps): update core & bindgen functionality This commit updates codegen functionality to use the updated versions of upstream wasm projects (which now include async and some other refactorings) Signed-off-by: Victor Adossi <[email protected]> * chore: update wasm-tools component This commit updates the wasm-tools utility crate to more up-to-date upstreams Signed-off-by: Victor Adossi <[email protected]> * chore: throw error for fn bindgen until async impl Signed-off-by: Victor Adossi <[email protected]> * feat: impl flush instruction bindgen Signed-off-by: Victor Adossi <[email protected]> * refactor: remove * imports in bindgen modules Signed-off-by: Victor Adossi <[email protected]> * fix(test): wit component versions in tests Signed-off-by: Victor Adossi <[email protected]> * chore: rustfmt Signed-off-by: Victor Adossi <[email protected]> * fix(tests): increase transpiled code char limit Signed-off-by: Victor Adossi <[email protected]> --------- Signed-off-by: Victor Adossi <[email protected]>
- Loading branch information
1 parent
5f06630
commit 17338d9
Showing
12 changed files
with
501 additions
and
224 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.