Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 323 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 323 Bytes

Rust Component Boilerplate

Building

The Makefile includes the recipes necessary to generate code from the Apex schemas in ./schemas/.

To codegen, build, and sign your WASM module, run make

$ make

Codegen and clean

$ make clean && make codegen

Testing

$ make test