Skip to main content

workflow_node/node_sys/module/
http2.rs

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