rustwasm / weedle

A WebIDL Parser
MIT License
43 stars 27 forks source link

how to run ? #30

Closed adrian-rt closed 5 years ago

adrian-rt commented 5 years ago

Summary

Hi,

how do you run this ?

It's my first rust project ever. thanks.

Additional Details

Provide any additional details here.

fitzgen commented 5 years ago

This library is used as part of the wasm-bindgen-webidl crate, so if you want some examples that is probably the best place to look: https://github.com/rustwasm/wasm-bindgen/blob/8775f9b1b33938cd1fcf94d9162ea23c30d8f76f/crates/webidl/src/lib.rs#L50