Error when executing stdweb::web:window function
wikiwong opened this issue · 0 comments
wikiwong commented
Just want to say I love what stdweb
and wasm_bindgen
are doing, and noticed the relatively recent efforts to collaborate. In light of that effort, I wanted to report this bug: rustwasm/wasm-bindgen#1713
I'm experimenting with creating a library to help streamline the process of creating UI in Rust. There are aspects of both stdweb
and wasm_bindgen
/wasmpack
that I really like, and hope to be able to interop between the two. Hopefully I'll be able to contribute more as I learn