1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-07-14 20:11:33 +00:00

Add some dox

This commit is contained in:
Alex Crichton
2018-07-26 18:49:20 -07:00
parent 7b4f0072c8
commit a1ffa8abd3
9 changed files with 210 additions and 8 deletions
crates

@ -1,3 +1,5 @@
//! Runtime detection of whether we're in node.js or a browser.
use wasm_bindgen::prelude::*;
use js_sys::{Array, Function};