Skip to content

test: use the same version of wasmtime and adapter#468

Merged
abrown merged 1 commit intoWebAssembly:mainfrom
yamt:wasmtime-17
Feb 1, 2024
Merged

test: use the same version of wasmtime and adapter#468
abrown merged 1 commit intoWebAssembly:mainfrom
yamt:wasmtime-17

Conversation

@yamt
Copy link
Copy Markdown
Contributor

@yamt yamt commented Jan 31, 2024

To avoid errors like:

Caused by:
    0: import `wasi:cli/environment@0.2.0-rc-2023-12-05` has the wrong type
    1: instance export `get-arguments` has the wrong type
    2: expected func found nothing
make: *** [Makefile:185: /home/runner/work/wasi-libc/wasi-libc/test/build/functional/argv.wasm.err] Error 1
Error: Process completed with exit code 2.

Also, bump them to 17.

To avoid errors like:

```
Caused by:
    0: import `wasi:cli/environment@0.2.0-rc-2023-12-05` has the wrong type
    1: instance export `get-arguments` has the wrong type
    2: expected func found nothing
make: *** [Makefile:185: /home/runner/work/wasi-libc/wasi-libc/test/build/functional/argv.wasm.err] Error 1
Error: Process completed with exit code 2.
```

Also, bump them to 17.
@abrown abrown merged commit a6489a8 into WebAssembly:main Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants