We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to run spidermonkey js.wasm: https://firefoxci.taskcluster-artifacts.net/Wl0gB9DqTUOyBSenX32lXg/0/public/build/js.wasm
$ wasmer run js.wasm 1+1 // <---- This is what you input in the shell, and you press enter js> 2
It should be:
$ wasmer run js.wasm js> 1+1 // <---- This is what you input in the shell, and you press enter 2 js>
The text was updated successfully, but these errors were encountered:
You can check with other runtimes how it actually runs properly
Sorry, something went wrong.
Maybe related to #3790 ?
Probably!
fflush
theduke
ptitSeb
Successfully merging a pull request may close this issue.
Try to run spidermonkey js.wasm: https://firefoxci.taskcluster-artifacts.net/Wl0gB9DqTUOyBSenX32lXg/0/public/build/js.wasm
It should be:
The text was updated successfully, but these errors were encountered: