Cammisuli / monodon

39 stars 17 forks source link

fix(rust): wasm-pack arguments + fix libs/apps relative paths #22

Open dearlordylord opened 1 year ago

dearlordylord commented 1 year ago

This PR solves two issues that are interconnected in code

Cammisuli commented 1 year ago

Hey, thanks for the PR!

I haven't actually finished the wasm support for the plugin, but I'm happy you're testing it out 😄

I'll take a look as soon as I can.

dearlordylord commented 1 year ago

Thank you for checking this. For more context: It kinda works for me, the target does build the wasm and all and I can pick it up in my ts app through alias, although the implementation is very basic indeed i.e. I need to rebuild the wasm on every change