The rust / wasm community has adopted web-sys and js-sys as the foundational crates for building web applications. web-sys is generated from WebIDL specs which ensures it will be both complete and up-to-date. Furthermore, once interface types became a reality, Yew will be better suited to take advantage of the performance gains.
Since wasm-bindgen doesn't support asm.js and emscripten, the current plan is to continue support for those with stdweb
The rust / wasm community has adopted
web-sysandjs-sysas the foundational crates for building web applications.web-sysis generated from WebIDL specs which ensures it will be both complete and up-to-date. Furthermore, once interface types became a reality, Yew will be better suited to take advantage of the performance gains.Since
wasm-bindgendoesn't support asm.js and emscripten, the current plan is to continue support for those withstdweb