Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Side by Side Diff: mojo/monacl/README

Issue 385983008: Mojo + NaCl prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better diff Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a prototype for plumbing Mojo into the NaCl sandbox. It is
2 currently insecure, does not provide a stable ABI, and does not
3 support Mojo functions that return pointers.
4
5 gen/interface.py contains a programatic description of the stable Mojo
Mark Seaborn 2014/07/21 16:31:39 Nit: "programmatic"
Nick Bray (chromium) 2014/07/21 22:38:36 Done.
6 interface. This will need to be updated as the interface changes.
7 Run gen/generate_monacl_bindings.py to generate the bindings that
8 plumb this interface into the NaCl sandbox.
9
10 To test: Build "monacl_shell" and "monacl_test". Run monacl_shell
11 with the IRT as the first argument and the monacl_test as the second
12 argument. For example, to run a Debug 32-bit Intel build:
13
14 cd out/Debug
15 monacl_shell irt_core_newlib_x32.nexe monacl_test_newlib_x32.nexe
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698