emmanuelantony2000 / valerie

Rust front-end framework for building web apps
Apache License 2.0
336 stars 10 forks source link

JavaScript interop #5

Closed Zizico2 closed 4 years ago

Zizico2 commented 4 years ago

Is JavaScript interoperability a goal? I personally don't think it is needed and shouldn't be added if it would add complexity to the framework. Anyway I think it would be important to have this (JavaScript interop as a goal, or not, and the reasons why) stated in the readme.

emmanuelantony2000 commented 4 years ago

Javascript interoperability is definitely possible using the js_sys library. And I personally feel, WASM is not built to replace js but work with it to make the ecosystem as a whole better.

emmanuelantony2000 commented 4 years ago

Closing this issue.