alexkehayias / woz

Woz is a progressive WebAssembly app (PWAA) generator for Rust.
https://woz.sh
169 stars 11 forks source link

Add example built with Yew #3

Open jstarry opened 5 years ago

jstarry commented 5 years ago

Great tool! I'd like to see an example app built with Yew too :)

alexkehayias commented 5 years ago

Hiya @jstarry, yew is pretty great! The thing to figure out is the stdweb vs wasm-bindgen thing. I haven’t checked on the latest there, but I vaguely recall stdweb was aiming to be compatible with bindgen. At the moment woz relies on wasm-bindgen, but it’s possible to support both. Thanks for checking it out!

mikart143 commented 4 years ago

Any updates ? It will be very nice to see any example

jstarry commented 4 years ago

@alexkehayias missed your reply! stdweb (and yew as well) has been wasm-bindgen compatible for awhile now 😄