-
Notifications
You must be signed in to change notification settings - Fork 13
WASM version of the parser #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Current draft PR #27 |
WebAssembly (Wasm) allows us to compile Rust parser code into a I experimented a bit and have a draft PR. It can parse a recipe from TS with the help of I tried to do that on rust side with |
What would an appropriate end user experience be on the TS side? Under the hood, the Rust parser has all that data, but it's got convenience methods and stuff, right?
Is the result of this the link you posted, or is it something else? Trying to see what you mean by trying to use |
That was my first iteration f08b9b0 with |
It could be just enough repeating existing (before Rust) interface to make it usable. |
I don't know much about |
Actually, it might work, I'm not sure about specific requirements it has. |
Idea in one sentence
Allows developers to use Rust parser in JS world.
The text was updated successfully, but these errors were encountered: