wasabi icon indicating copy to clipboard operation
wasabi copied to clipboard

Update binary format parser to new syn/quote crates

Open danleh opened this issue 5 years ago • 0 comments

Rust has evolved quite a lot since the starting of Wasabi. In particular, we are now using stable Rust edition 2018.

One thing where the old code shows is the procedural macro that generates a wasm parser from the wasm ast in the lib/wasm crate. Update it to use newest quote/synn crates

danleh avatar Jun 26 '19 22:06 danleh