mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 05:21:24 +00:00
js-sys: Add extends attributes for js_sys::Number
This commit is contained in:
@ -1385,6 +1385,7 @@ extern "C" {
|
||||
// Number.
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
#[wasm_bindgen(extends = Object)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub type Number;
|
||||
|
||||
|
Reference in New Issue
Block a user