Commit 092ed5c
committed
계약: linuxOs 네이티브 CPython과 첫 성공 경로를 연다
기본 boot()는 WASI로 두고, createWebComputer().linuxPython이 linuxOs serial로
python3와 python -m pip를 친다. 별도 Buildroot python profile이 CPython 3.12.13과
pip 25.2를 고정하고 기존 linux image를 교체하지 않는다. CI matrix에 python A/B를
넣어 재현 빌드가 이미지를 만든다. 같은 미출하 표면에 첫 성공 Setup과 guest pip 문을 둔다.
검증: npm test GREEN (13/13). 이미지 없는 제품 게이트는 명시적으로 닫힌다.1 parent 32c1ddb commit 092ed5c
51 files changed
Lines changed: 2087 additions & 571 deletions
File tree
- .github/workflows
- examples
- scripts
- buildroot
- playground
- release
- skills
- evolve-pyproc/references
- reference-pyproc-api/references
- understand-pyproc/references
- src
- capabilities
- composition
- machine
- composition
- runtime
- tests
- browser
- contracts
- support
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | | - | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
18 | 44 | | |
19 | 45 | | |
20 | 46 | | |
| |||
0 commit comments