mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-02 00:52:16 +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