mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-27 03:55:20 +03:00
js-sys: Add extends attributes for js_sys::Int32Array
This commit is contained in:
parent
2d737c5634
commit
10bc69a8cd
@ -1020,6 +1020,7 @@ extern "C" {
|
||||
// Int32Array
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
#[wasm_bindgen(extends = Object)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub type Int32Array;
|
||||
|
||||
|
@ -11,6 +11,7 @@ macro_rules! each {
|
||||
$m!(Uint32Array);
|
||||
$m!(Int8Array);
|
||||
$m!(Int16Array);
|
||||
$m!(Int32Array);
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user