mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 16:51:33 +00:00
webidl: Compile and test the bindings emitted from WebIDL compilation
This commit is contained in:
6
crates/webidl/tests/expected/lib.rs
Executable file
6
crates/webidl/tests/expected/lib.rs
Executable file
@ -0,0 +1,6 @@
|
||||
#![feature(wasm_custom_section)]
|
||||
#![allow(bad_style)]
|
||||
|
||||
extern crate wasm_bindgen;
|
||||
|
||||
mod Event;
|
Reference in New Issue
Block a user