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

Wrong Compiler options in AssemblyScript #157

Open
unsolublesugar opened this issue Jan 26, 2023 · 0 comments
Open

Wrong Compiler options in AssemblyScript #157

unsolublesugar opened this issue Jan 26, 2023 · 0 comments

Comments

@unsolublesugar
Copy link

Regarding the example description in AssemblyScript, there is an error in the wasm Compiler option.
asc hello-world.ts -b hello-world.wasm
https://wasmbyexample.dev/examples/hello-world/hello-world.assemblyscript.en-us.html

The correct Compiler option seems to be -o, so I will fix it.

--outFile, -o Specifies the WebAssembly output file (.wasm).
https://www.assemblyscript.org/compiler.html#output

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