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