localghost 0.3.0

Ergonomic Rust bindings to the Web platform
Documentation
1
2
3
4
5
6
use wasm_bindgen_test::*;

#[wasm_bindgen_test]
async fn document_ready() {
    localghost::ready().await;
}