Commit d3ebba0
authored
ci: run WASIp3 threading tests against wasmtime dev (#1669)
The threading builtins are encoded with a canonical-function opcode
that no released wasmtime parses yet; 46.0.1 (the shared CI pin) and
47.0.2 (latest) both reject the composed component with "invalid
leading byte (0x2d) for canonical function", which has been failing
the allowed-to-fail threading job on every recent CI run. wasmtime's
dev build parses the encoding and the threading tests pass with it,
so use it for this job until a release catches up.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>1 parent 7c48901 commit d3ebba0
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
166 | 179 | | |
167 | 180 | | |
168 | 181 | | |
| |||
0 commit comments