1use js_sys::Error; 2use wasm_bindgen::prelude::*; 3 4#[wasm_bindgen] 5extern "C" { 6 #[wasm_bindgen(extends = Error)] 7 pub type ErrnoException; 8}