Skip to content
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

wasmer expects argument -e instead of -i #2

Open
lukeasrodgers opened this issue Oct 16, 2023 · 0 comments
Open

wasmer expects argument -e instead of -i #2

lukeasrodgers opened this issue Oct 16, 2023 · 0 comments

Comments

@lukeasrodgers
Copy link

With the current run-test script, I get this error:

error: unexpected argument '-i' found

  tip: to pass '-i' as a value, use '-- -i'

This appears to be because the CLI options to wasmer run have changed, presumably -i used to be how one specifies an entrypoint, but that is now -e.

Feel free to just close or ignore this issue, I recognize this code is "for demo purposes only" but figured it might help someone else who wanted to mess around with it but had no wasm experience.

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

No branches or pull requests

1 participant