wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

I want to develop WASM wrappers with real-time type safety

Open pileks opened this issue 3 years ago • 0 comments

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 ./wrap after codegen
    • Essentially, instead of directly exporting functions, they would export a class that extends the Module class found in ./wrap
  • [ ] Implement a polywrap codegen --watch CLI command
    • Runs codegen every time the schema definition changes

pileks avatar Aug 09 '22 16:08 pileks