Skip to content

Commit 1b3d2e9

Browse files
authored
update Wasmtime and WASIp3 WITs, etc. (#211)
* support multiple `-w` options; update to latest Wasmtime This also updates the WASIp3 examples and WIT files to use the latest RC. * add `--full-names` option and refactor public API `clippy` finally convinced me there were too many arguments to the `componentize` function, so now we have methods on structs with named fields instead. Also, print all known worlds and WIT paths if the specified world can't be found. * fix python.rs build * add new WIT files * pin mypy version used for tests * bump Wasmtime version in test.yaml
1 parent 925338a commit 1b3d2e9

38 files changed

+6042
-1090
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
- uses: taiki-e/install-action@v2
136136
with:
137-
tool: wasmtime-cli@41.0.3
137+
tool: wasmtime-cli@43.0.0
138138

139139
- uses: actions/setup-python@v5
140140
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ examples/http/.spin
1212
examples/http/http.wasm
1313
examples/http/proxy
1414
examples/http/poll_loop.py
15+
examples/http-p3/http.wasm
1516
examples/tcp-p3/tcp.wasm
1617
examples/tcp/tcp.wasm
1718
examples/tcp/command

0 commit comments

Comments
 (0)