7.0.1 • Published 2 years ago

@candlecorp/codegen v7.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

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.