kevinmehall/rust-peg

Does this compile to WASM?

aunyks opened this issue · 3 comments

I could just try it and see, but I thought I'd ask in case anyone already knows the answer. Thanks in advance!

Yes, I've compiled WASM containing a rust-peg generated parser. cargo build --target=wasm32-unknown-unknown just works when it comes to procedural macros.

That’s amazing! Thanks again.

Anyone have an example of a WASM Rust PEG parser?