mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 01:11:06 +00:00
7 lines
157 B
Rust
Executable File
7 lines
157 B
Rust
Executable File
#![doc(html_root_url = "https://docs.rs/web-sys/0.2")]
|
|
|
|
extern crate wasm_bindgen;
|
|
extern crate js_sys;
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|