-
Notifications
You must be signed in to change notification settings - Fork 52
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
hello world tutorial error #781
Comments
Other problem I had on Windows: in loadEmscriptenModuleNode.js, I had to replace First error:
Second error:
|
Finally, here is the WASI error when trying to run the build:
|
Addresses: > ERROR: Unknown option "--args,-e" Reported in InsightSoftwareConsortium#781.
Addresses: > ERROR: Unknown option "--args,-e" Reported in InsightSoftwareConsortium#781.
Addresses: > ERROR: Unknown option "--args,-e" Reported in InsightSoftwareConsortium#781.
# [1.0.0-b.104](itk-wasm-v1.0.0-b.103...itk-wasm-v1.0.0-b.104) (2023-05-05) ### Bug Fixes * **CLI:** Run invocation on Windows ([21f6b9a](21f6b9a)), closes [#781](#781)
🎉 This issue has been resolved in version 1.0.0-b.107 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
In the hello world tutorial, a folder named
wasi-build
is referenced. I personally (on Windows 11 , VSCode, git bash, [email protected]) have only anemscripten-build
folder, nowasi-build
folder.It builds into the correct
wasi-build
folder with[email protected]
.You might want to update the tutorial documentation accordingly.
The text was updated successfully, but these errors were encountered: