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

Embed Parrot into Google Chrome via Native Client #953

Open
leto opened this issue Apr 2, 2013 · 1 comment
Open

Embed Parrot into Google Chrome via Native Client #953

leto opened this issue Apr 2, 2013 · 1 comment

Comments

@leto
Copy link
Member

leto commented Apr 2, 2013

http://www.chromium.org/nativeclient

https://developers.google.com/native-client/overview

https://code.google.com/p/nativeclient/

This seems to allow arbitrary native C/C++/etc code to be run in the browser.

If we write a NativeClient plugin that uses the new Parrot embed API, that would allow people to run Parrot directly in their browser.

@rurban
Copy link
Member

rurban commented Oct 22, 2013

I compiled now my nacl toolchain following https://github.com/zerovm/toolchain/blob/master/README.md
We probably should define some sandboxing environment, disallowing local file access, process and os access.
Only stdin, stdout, stderr.

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