Support namespace attributes in the webidl frontend #746
Labels
frontend:webidl
Issues related to the WebIDL frontend to wasm-bindgen
help wanted
We could use some help fixing this issue!
We don't yet support attributes within namespaces:
namespace Whatever { readonly attribute bool blah; }
Note that attributes within namespaces are always
readonly
.Would need to add support here: https://github.com/rustwasm/wasm-bindgen/blob/master/crates/webidl/src/lib.rs#L926
The text was updated successfully, but these errors were encountered: