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