feat(wasm-as): codegen should create IModule interface#1460
Conversation
dOrgJelli
left a comment
There was a problem hiding this comment.
This looks great! Added a few improvements I think could help.
79dc068 to
ad7662c
Compare
|
@cbrzn sorry for overwriting your commits. I got some git issues and wasn't able to fix it without force pushing. |
There was a problem hiding this comment.
I'm very eager to get these changes merged, it looks amazing.
I want to make sure we give users a seamless experience and options to go back to the legacy codegen if desired: https://github.com/polywrap/toolchain/blob/dorgjelli/binding-import/vision.md
|
I suppose
I suppose we could do this "legacy support" and the decoupling of the binding projects from the toolchain repo in another PR right after this one, thoughts @Niraj-Kamdar? |
It makes sense to me! And yes separate PR would be better. I don't want to make this one more monstrous than it already is! |
Changelog
Features
Future work
This PR only changes devx for wrapper development for the Assemblyscript wrapper. Rust wrapper will be covered in the following PR #1464