@candlecorp/codegen
v7.0.1
Published
Code generator for Wasmflow components
Downloads
5
Readme
Wasmflow codegen
This is the official code generation utility for Wasmflow components and collections.
Installation
$ npm install -g @candlecorp/codegen
Install from Source
$ npm install
$ npm run build
$ npm install -g .
Usage
Run wasmflow-codegen --help
to get a list of languages available to generate. Use --help
on any of the languages to dive further.
This executable is primarily used by the Makefiles in the Wasmflow project and its components. See those for usage.
Testing and debugging
Run tests via
$ npm run tests
Tests for the generated code are accounted for in downstream consumers but this repository should have some baseline tests. THis would be a great first issue for anyone interested.