node_sys/module/
worker_threads.rs

1use wasm_bindgen::prelude::*;
2
3#[wasm_bindgen(module = "worker_threads")]
4extern {}