mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-13 23:56:06 +00:00
6 lines
134 B
Rust
6 lines
134 B
Rust
|
#![feature(wasm_custom_section, wasm_import_module)]
|
||
|
|
||
|
extern crate wasm_bindgen;
|
||
|
|
||
|
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|