Skip to content
GitHub no longer supports this web browser. Learn more about the browsers we support.
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

feat(wasm): work in progress support for wasm #166

Open
wants to merge 6 commits into
base: master
from
Open

Conversation

@mitsuhiko
Copy link
Member

mitsuhiko commented Nov 9, 2019

This doesn't do anything useful yet. Just adds some stubs to enable
experimentation.

Things of note:

  • WASM has no debug/code id, so I made something up for testing (WebAssembly/tool-conventions#133)
  • It uses a non unified addressing system so data and functions are separate. This might be irrelevant for us but I need to verify this
  • there is no load address
  • unclear about alignment values and pointer sizes. I just assumed this is all 4 bytes
@mitsuhiko

This comment has been minimized.

Copy link
Member Author

mitsuhiko commented Nov 9, 2019

Notes on how to approximate a symbol table: WebAssembly/tool-conventions#38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant
You can’t perform that action at this time.