Skip to content

Wrong Compiler options in AssemblyScriptΒ #157

@unsolublesugar

Description

@unsolublesugar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions