mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 04:21:21 +00:00
js-sys: Add extends attributes for js_sys::Int8Array
This commit is contained in:
@ -9,6 +9,7 @@ macro_rules! each {
|
||||
$m!(Uint8ClampedArray);
|
||||
$m!(Uint16Array);
|
||||
$m!(Uint32Array);
|
||||
$m!(Int8Array);
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user