mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 04:01:33 +00:00
Introduce the wasm-bindgen-webidl frontend
This is still a work in progress. Parse WebIDL source text and convert it into wasm-bindgen AST, so that we can automatically emit bindings for the types and functions described in the WebIDL.
This commit is contained in:
3
crates/webidl/tests/all/simple.rs
Normal file
3
crates/webidl/tests/all/simple.rs
Normal file
@ -0,0 +1,3 @@
|
||||
use super::backend;
|
||||
|
||||
assert_parse!(empty, "", backend::ast::Program::default());
|
Reference in New Issue
Block a user