This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
wasm assembler #1
Labels
Comments
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. |
Great! Did you have luck with the js side assembler (not the binary wasm) |
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. |
agreed,
though I thought that binaryan will be part of the mainstream pipeline to generate WebAsm.
… On Jan 19, 2017, at 12:10 PM, Joel Höner ***@***.***> wrote:
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 tech that it aims to replace IMHO.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAfgFvFoeLLWeP19A5OCqzQ8LGrBhtCPks5rT0SLgaJpZM4Lk9Ak>.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there also a python wasm assembler somewhere, so that we can write back the modified AST?
The text was updated successfully, but these errors were encountered: