Commit 1b3d2e9
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.yaml1 parent 925338a commit 1b3d2e9
File tree
38 files changed
+6042
-1090
lines changed- .github/workflows
- bundled
- examples
- cli-p3
- cli
- http-p3
- http
- matrix-math
- sandbox
- tcp-p3
- tcp
- src
- test
- test-generator/src
- tests
- wit/deps
38 files changed
+6042
-1090
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments