mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-23 09:41:33 +00:00
Initial commit
This commit is contained in:
12
src/lib.rs
Normal file
12
src/lib.rs
Normal file
@ -0,0 +1,12 @@
|
||||
#![feature(use_extern_macros)]
|
||||
|
||||
extern crate wasm_bindgen_macro;
|
||||
|
||||
pub mod prelude {
|
||||
pub use wasm_bindgen_macro::wasm_bindgen;
|
||||
pub use Object;
|
||||
}
|
||||
|
||||
pub struct Object {
|
||||
idx: u32,
|
||||
}
|
Reference in New Issue
Block a user