OLD | NEW |
---|---|
(Empty) | |
1 .. _nacldev: | |
2 | |
3 #################### | |
4 NaCl Dev Environment | |
5 #################### | |
6 | |
7 Feature Status | |
8 ============== | |
9 | |
10 Here is a summary of feature status. We hope to overcome these limitations | |
11 in the near future: | |
12 | |
13 * NaCl Development Environment | |
14 | |
15 * General | |
16 | |
17 * Supported: | |
18 | |
19 * Python (built-in) | |
20 * GCC w/ GLibC (x86-32 and x86-64 only) | |
21 * Lua (install with: `package -i lua && . setup-environment`) | |
22 * Ruby (install with: `package -i ruby && . setup-environment`) | |
23 * Nethack! (install with: `package -i nethack && . setup-environment`) | |
24 | |
25 * Unsupported: | |
26 | |
27 * Targeting Newlib | |
28 * Targeting PNaCl | |
29 * Forking in bash | |
30 * Pipes / Redirection | |
31 * Symbolic and hard links | |
32 | |
33 * Missing / broken on ARM: | |
34 | |
35 * Git (broken) | |
36 * GCC (unsupported) | |
37 | |
38 * Debugger | |
39 | |
40 * Runs reliably only on a recent Beta or Dev Channel (M36+) build. | |
binji
2014/11/14 19:19:17
this is stable now, right?
bradn
2014/11/14 23:55:35
Done.
| |
41 * Currently unreliable on some platforms: | |
42 | |
43 * ChromeOS | |
44 * Mac OSX | |
45 * Windows | |
OLD | NEW |