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