-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
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
raghav135 and bisqet
Metadata
Metadata
Assignees
Labels
No labels