mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-19 07:51:26 +00:00
Update dependencies
This commit is contained in:
@ -8,10 +8,6 @@ extern crate syn;
|
||||
|
||||
extern crate wasm_bindgen_shared as shared;
|
||||
|
||||
macro_rules! my_quote {
|
||||
($($t:tt)*) => (quote_spanned!(Span::call_site() => $($t)*))
|
||||
}
|
||||
|
||||
pub mod ast;
|
||||
mod codegen;
|
||||
mod literal;
|
||||
|
Reference in New Issue
Block a user