mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-26 06:51:07 +00:00
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.
4 lines
81 B
Rust
4 lines
81 B
Rust
use super::backend;
|
|
|
|
assert_parse!(empty, "", backend::ast::Program::default());
|