Skip to content
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

RARVM: webassemblyjs #24

Open
void4 opened this issue Aug 9, 2018 · 0 comments
Open

RARVM: webassemblyjs #24

void4 opened this issue Aug 9, 2018 · 0 comments
Labels

Comments

@void4
Copy link
Owner

void4 commented Aug 9, 2018

Looking into the issues, https://github.com/xtuc/webassemblyjs/ doesn't seem to be a complete or fully functional implementation. It seems to be well written, but wabt-compiled, wasm-metered .wasm files do not seem to be validated correctly.

I haven't been able to find another Javascript-interpreter so far. I doubt there is another that would allow me to access the runtime state (stack etc.) as easily as this one. It may be possible to cross-compile another implementation - for example https://github.com/kanaka/warpy - but this would be connected with much more effort.

Interfacing with Javascript would be another problem (it would be necessary to write glue code that connects external function calls through Javascript to Javascript functions).

@void4 void4 added the RARVM label Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant