-
Notifications
You must be signed in to change notification settings - Fork 708
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
Use wasp library in wabt #1543
Comments
11 tasks
Yup, a solid plan. Good idea to do it incrementally. |
Hi @binji, I see that there is no recent activity on this issues, do you still plan to use wasp in wabt? |
A related question - do you need help? 😉 |
Sorry, I haven't been working on Wasm for almost a year now. I'm not certain whether this is a reasonable goal anymore, so I'll leave it to folks who have been working on wabt lately. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a while I've been working on a new library called wasp: https://github.com/binji/wasp. It has much of the same functionality as wabt, but written from the ground up to be a library rather than a suite of tools.
Wasp is now at the point where I'd like to look at incorporating it into wabt, so that features don't have to be implemented twice. Wasp could also end up being beneficial to binaryen, perhaps using just wasp's text parser.
Here is a high-level list of tasks that are required to start using wasp:
I'd like to do this as incrementally as possible, and on the main branch. Since a lot of these components depend on wabt's IR, that likely will be the last piece to remove. In the meantime, we can convert between wasp/wabt structures at the boundary.
The text was updated successfully, but these errors were encountered: