Commit 14ff6ca
authored
feat(compose): enable all features during component validation (#2354)
This commit enables all wasm features (i.e. `WasmFeatures`) for the
`wasm-tools compose` subcommand, so newer components with enabled
features (e.g. p3 async components) can be composed.
While wasm-tools compose is deprecated in favor of wac, it is
currently the only composition tool of the two that supports p3.1 parent 1cba20d commit 14ff6ca
1 file changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
0 commit comments