mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
Bind them all as `JsValue` as that's the "least common ancestor" we can work with. Fixes up one location in WebIDL where `Option<JsValue>` arose as we haven't implemented that. Closes #817