assemblyscript
assemblyscript copied to clipboard
feat: add afterEmit transform stage
Support #1873.
I found that the most convenient implementation at present is to implement it as AfterEmit. The transform author can generate some custom files based on the output files, such as some metadata files (in my personal case, it is mainly based on code analysis and wasm files. Other files do not used).