Assemblyscript: Generating C source code

Created on 9 Sep 2020  路  3Comments  路  Source: AssemblyScript/assemblyscript


Does AssemblyScript have an option to generate C source code instead of WebAssembly?

It seems that it would be possible to do this using wasm2c, if AssemblyScript doesn't already have this feature.

duplicate question stale

All 3 comments

Currently not. Why not is already discussed in this similar issue: https://github.com/AssemblyScript/assemblyscript/issues/1429

Other than that it's possible of course to use wasm2c on a WebAssembly binary generated using AssemblyScript, but it's not directly integrated.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

torch2424 picture torch2424  路  5Comments

evgenykuzyakov picture evgenykuzyakov  路  3Comments

dcodeIO picture dcodeIO  路  4Comments

MaxGraey picture MaxGraey  路  3Comments

lastmjs picture lastmjs  路  4Comments