-
Notifications
You must be signed in to change notification settings - Fork 43
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
[WIP] Add initial support for WebAssembly platform #323
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! A couple comments + what I said about discord. Happy to help with any questions you might have in taking the next steps
WebAssembly has a specific sections in it's binary format (https://webassembly.github.io/spec/core/binary/modules.html), I figured it would be a good idea to mark every section like it is, and in the future support custom sections. To complete this, it would add 12 additional section types. |
Moved WASM stuff to `scripts/create_config.py`
… depending on what section it is
…l requests are accepted)
…ctions missing still)
ef21c40
to
bec39b9
Compare
Hey @berendbutje - are you still planning on working on this? if not, I'm thinking it might be good to close it for now and we can pick it back up later when the time comes |
closing for now since I haven't heard anything, but feel free to continue work on this and re-open in the future if you'd like! :) |
Hi,
Recently I've been reverse engineering a WebAssembly module. I liked the workflow of
splat
a lot, so I wanted to experiment in trying to getsplat
to be helpful with this job too.I'm not sure if it makes a lot of sense, so this is why I'm sharing my progress.
This is work in progress so it's not at all ready to be merged.