mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-15 00:46:04 +00:00
js-sys: Add extends attributes for js_sys::UInt32Array
This commit is contained in:
parent
e58e231fdf
commit
b80090d395
@ -2700,6 +2700,7 @@ extern "C" {
|
|||||||
// Uint32Array
|
// Uint32Array
|
||||||
#[wasm_bindgen]
|
#[wasm_bindgen]
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#[wasm_bindgen(extends = Object)]
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub type Uint32Array;
|
pub type Uint32Array;
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ macro_rules! each {
|
|||||||
$m!(Uint8Array);
|
$m!(Uint8Array);
|
||||||
$m!(Uint8ClampedArray);
|
$m!(Uint8ClampedArray);
|
||||||
$m!(Uint16Array);
|
$m!(Uint16Array);
|
||||||
|
$m!(Uint32Array);
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user