mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-01 08:32:17 +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