-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a new shim for Wasm Workers Server (#88)
* feat: add the wasm workers server (wws) shim, examples and required scripts * feat: update GitHub workflows to test and build wws * feat: start adding wws information to the README.md file * fix: update imports in main.rs to fix format * fix: add missing build-wws-X dependency to the build task * fix: remove non-relevant login and unused variables. Fix service resources * fix: point to the right wws crate version. Update wws tests * fix: skip adding compiling flags in cross * feat: add quickstart guide and a new wws-python example * fix: update wws Cargo.toml metadata * feat: use 3000 port in the wws-shim. Add missing make tasks and deps * feat: redirect stderr to the pod logs to provide visibility * fix: set the right path for stderr. Remove unnecesary reference * fix: rollback to use the right type for the wws serve function * fix: remove the reference for stderr_path
- Loading branch information
1 parent
98277b5
commit 88aa1c1
Showing
26 changed files
with
4,877 additions
and
27 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
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.