ApolloVM 0.0.41 (a heavy user of PetitParser) Unveils On-the-Fly Wasm Compilation #156
Closed
gmpassos
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm pleased to announce that ApolloVM 0.0.41 is introducing preliminary support for on-the-fly Wasm compilation.
This means you can compile code loaded by ApolloVM into Wasm without the need for any third-party tools. Currently, it supports basic operations, as Wasm lacks native support for strings and classes.
ApolloVM utilizes PetitParser to implement its Dart and Java parsers. We have plans to implement support for JavaScript and Python as well. If anyone is interested in contributing to the development of JavaScript and Python parsers, please don't hesitate to get in touch. Additionally, you can implement your own language on the platform.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions