1// todo this file is incomplete 2 3use crate::prelude_internal::*; 4use wasm_bindgen::JsValue; 5 6#[wasm_bindgen] 7extern { 8 #[wasm_bindgen( 9 thread_local_v2, 10 js_name = "Object" 11 )] 12 pub(crate) static OBJECT: JsValue; 13}