wrap-cli
wrap-cli copied to clipboard
I want to develop WASM wrappers with real-time type safety
Currently, while developing WASM wrappers, the only way to know whether we are writing the wrapper properly is to attempt a build of the wrapper. Working with large wrappers is exceptionally difficult for this reason.
- [ ] Allow developers to export a class that extends a base Module class found in
./wrapafter codegen- Essentially, instead of directly exporting functions, they would export a class that extends the Module class found in
./wrap
- Essentially, instead of directly exporting functions, they would export a class that extends the Module class found in
- [ ] Implement a
polywrap codegen --watchCLI command- Runs codegen every time the schema definition changes