1use crate::interface::Process; 2use wasm_bindgen::prelude::*; 3 4#[wasm_bindgen] 5extern { 6 pub static process: Process; 7}