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
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
asc hello-world.ts -b hello-world.wasm
The correct Compiler option seems to be -o, so I will fix it.
-o
--outFile, -o Specifies the WebAssembly output file (.wasm). https://www.assemblyscript.org/compiler.html#output
The text was updated successfully, but these errors were encountered:
fix: Compiler options in AssemblyScript torch2424#157
02f17a3
ffda932
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: