Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update all the things - Update to WASI 0.2.0-rc-2023-12-05 RC - Update to release-16.0.0 branch of Wasmtime - Update to CPython 3.12 - Add TCP example (requires `sockets` branch of https://github.com/dicej/wasi-sdk) - Update `wasm-tools` deps, etc. Signed-off-by: Joel Dice <joel.dice@fermyon.com> * enable IPv6 in CPython Signed-off-by: Joel Dice <joel.dice@fermyon.com> * switch to new wasi-sdk and numpy builds Signed-off-by: Joel Dice <joel.dice@fermyon.com> * update to wasi-sdk shared-library-alpha-4 Signed-off-by: Joel Dice <joel.dice@fermyon.com> * update http example instructions Signed-off-by: Joel Dice <joel.dice@fermyon.com> * update adapter; fix ownership issue in HTTP example Signed-off-by: Joel Dice <joel.dice@fermyon.com> * use exact versions in examples Signed-off-by: Joel Dice <joel.dice@fermyon.com> * use `VIRTUAL_ENV` if set to find `site-packages` Signed-off-by: Joel Dice <joel.dice@fermyon.com> * update to Wasmtime 16 and CPython 3.12.1 Signed-off-by: Joel Dice <joel.dice@fermyon.com> * update `wasi-sdk` build Signed-off-by: Joel Dice <joel.dice@fermyon.com> * add support for WIT and config files in Python packages This is an experimental (and currently undocumented) feature intended to support Python packages containing componentize-py.toml files. `componentize-py` look for these files during componentization and use them if found. Currently, they allow the package to embed WIT files so the application developer need not supply their own. Additionally, the package can indicate the module containing the Python bindings generated from those WIT files, which `componentize-py` will replace with its own version during componentization. Signed-off-by: Joel Dice <joel.dice@fermyon.com> * fix `wasi-sdk` links in workflows Signed-off-by: Joel Dice <joel.dice@fermyon.com> --------- Signed-off-by: Joel Dice <joel.dice@fermyon.com>
- Loading branch information