In #59, @blorbb created a really great discussion of web-sys and NodeRef/HtmlElement<T> vs web_sys::HtmlElement, how to use the Deref implementations it provides, etc.
This PR adds a section on using wasm-bindgen, and some reformatting/insertions along the way.
In #59, @blorbb created a really great discussion of
web-sys
andNodeRef
/HtmlElement<T>
vsweb_sys::HtmlElement
, how to use theDeref
implementations it provides, etc.This PR adds a section on using
wasm-bindgen
, and some reformatting/insertions along the way.