-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (26 loc) · 1.87 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
NACLPORTS
This is an independent record repository which keeps track of what utilities I have ported to Native Client. Native Client is a sandbox technology from Google which allows the developer to run native C/C++ code (Java supposedly later) efficiently and securely in the browser, giving the code complete access to the CPU, independent of the OS, provided you have Chromium/Chrome. Some of these ports have been accepted at [5].
LIST OF PORTS
+--------------------+--------------------------------------------------+
| gawk | version 4.1.1 |
+--------------------+--------------------------------------------------+
| | GSoC15 project, more details at [1], [2] |
| perl | (1) microperl added - 16th May |
| | (2) core perl build with some issues |
+--------------------+--------------------------------------------------+
| | (1) version 1.7.0 |
| tree | (2) one of my favourite ls-like utilities, so I |
| | had to do this one. |
+--------------------+--------------------------------------------------+
OTHERS
+--------------------------+--------------------------------------------+
| | modified perl5 test suite taken from |
| minitest-perl5.20.2 | perl5.20.2, which is an indicator of |
| | the usability of perl5 port in NaCl |
+--------------------------+--------------------------------------------+
EXTRA
[1] https://www.google-melange.com/gsoc/project/details/google/gsoc2015/agaurav77/5649050225344512
[2] http://agaurav77.github.io/blog/
[3] http://code.google.com/p/naclports/wiki/HowTo_Checkout
[4] http://www.gonacl.com
[5] http://code.google.com/p/naclports/