Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

wasm assembler #1

Open
pannous opened this issue Jan 16, 2017 · 4 comments
Open

wasm assembler #1

pannous opened this issue Jan 16, 2017 · 4 comments

Comments

@pannous
Copy link

pannous commented Jan 16, 2017

Is there also a python wasm assembler somewhere, so that we can write back the modified AST?

@athre0z
Copy link
Owner

athre0z commented Jan 18, 2017

None that I know of. I do plan on adding assembler support to this lib in the future (hence the module name "wasm", not "dewasm" or "diswasm"), but that probably won't happen before the WebAssembly specification itself reaches its MVP milestone.

@pannous
Copy link
Author

pannous commented Jan 18, 2017

Great!

Did you have luck with the js side assembler (not the binary wasm)
Looks like it is somehow buried in binaryan, or maybe I have to write a ffi wrapper.
Could be helpful for your endeavors as well, if only to get inspiration.

@athre0z
Copy link
Owner

athre0z commented Jan 19, 2017

Haven't looked into it, sorry. Now that WebAsm will soon be completed and adapted in mainstream-browsers, it'd be a waste of time to look into the old, hacky asm.js stuff that it aims to replace IMHO.

@pannous
Copy link
Author

pannous commented Jan 19, 2017 via email

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

No branches or pull requests

2 participants