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:
crates
cli
src
bin
wasm-bindgen-test-runner
test
@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user