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

fix: Compiler options in AssemblyScript #159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

unsolublesugar
Copy link

#157

There is an error in the Compiler option, as described in the implementation, and the wasm file is not generated.
Correct compiler option is -o so I fixed it.

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

@netlify
Copy link

netlify bot commented Jan 26, 2023

Deploy Preview for wasmbyexample ready!

Name Link
🔨 Latest commit ffda932
🔍 Latest deploy log https://app.netlify.com/sites/wasmbyexample/deploys/63d2b516d765fb0009008a88
😎 Deploy Preview https://deploy-preview-159--wasmbyexample.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@unsolublesugar unsolublesugar changed the title fix: Compiler options in AssemblyScript #157 fix: Compiler options in AssemblyScript Jan 26, 2023
@unsolublesugar
Copy link
Author

@torch2424 Hi, I have fixed the wrong compile option for the module in Examples.
CI seems to be down, but only the md file is fixed. If it's ok, could you please merge it?

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

Successfully merging this pull request may close these issues.

None yet

1 participant