-
Notifications
You must be signed in to change notification settings - Fork 918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasmtime v14 breaks -target=wasi
#3970
Comments
ydnar
changed the title
wasmtime 14 changes --mapdir to --dir
wasmtime v14 breaks Oct 23, 2023
-target=wasi
Tagged to close this issue after next release. |
We still need to update argument construction if we haven't already. |
I think argument construction is correct now. |
Ah yes, thanks. Was trying to figure out why I was getting this warning from wasmtime. Needed to rebase my branch against the latest
|
Completed with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wasmtime v14 introduced a new CLI structure, with two changes relevant to TinyGo:
https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md#1400
--mapdir=GUEST::HOST
becomes--dir=HOST::GUEST
: Swap the order of directories in--dir
bytecodealliance/wasmtime#7301--
: Redesign Wasmtime's CLI bytecodealliance/wasmtime#6925The text was updated successfully, but these errors were encountered: