js-sys: Add extends attributes for js_sys::Int32Array

This commit is contained in:
Sendil Kumar
2018-08-14 19:34:59 +02:00
parent 2d737c5634
commit 10bc69a8cd
2 changed files with 2 additions and 0 deletions

View File

@ -1020,6 +1020,7 @@ extern "C" {
// Int32Array
#[wasm_bindgen]
extern "C" {
#[wasm_bindgen(extends = Object)]
#[derive(Clone, Debug)]
pub type Int32Array;