Skip to content

s2wasm globals parsing #20

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

Closed
kripken opened this issue Dec 21, 2015 · 0 comments
Closed

s2wasm globals parsing #20

kripken opened this issue Dec 21, 2015 · 0 comments

Comments

@kripken
Copy link
Member

kripken commented Dec 21, 2015

The .s format isn't final, but some things it appears to just take the "normal" assembly syntax notation for, like how it writes globals. Currently s2wasm is very hackish there, as I'm not that familiar with what those things mean in typical assembly, so it just ignores things like .lcomm, .section. etc., which I'm not sure matter.

The code is in parseType, parseObject. Someone familiar with assembly formats could probably easily make it more reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants