|
|
|
|
|
by vincentriemer
3121 days ago
|
|
Maybe I just can't find it, but the largest blocker for using Rust on the web for me is a lack of a exposure/binding system (like embind). I'm not particularly interested in writing entire webapps in Rust but I do see it being useful for smaller self-contained modules inside a larger JS app. Not having a robust binding API makes that difficult. EDIT: But unrelated criticisms aside, congrats on the progress! I'm excited to see more first class support of WASM from languages other than C/C++. |
|
The webpack team is working on stuff so you can just drop a rust file into your proejct, and it will do everything needed for super easy integration.
https://crates.io/crates/stdweb sort of gives you the bindings you want, by the way.