@ecmaos/kernel 0.10.3 → 0.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/.vite/manifest.json +12 -12
- package/dist/{browser-BjnxDyrD.js → browser-Bh5YKPer.js} +2 -2
- package/dist/{browser-BjnxDyrD.js.map → browser-Bh5YKPer.js.map} +1 -1
- package/dist/{index-9M8pZtzV.js → index-DWzpZokq.js} +2 -2
- package/dist/{index-9M8pZtzV.js.map → index-DWzpZokq.js.map} +1 -1
- package/dist/initfs/usr/share/docs/@ecmaos/kernel/index.md +2 -1
- package/dist/initfs.demo/usr/share/docs/@ecmaos/kernel/index.md +2 -1
- package/dist/initfs.tar.gz +0 -0
- package/dist/{install-C78wAcrD.js → install-BqURn8tt.js} +2 -2
- package/dist/{install-C78wAcrD.js.map → install-BqURn8tt.js.map} +1 -1
- package/dist/{kernel-C3PA_-lt.js → kernel-BJlIyTA2.js} +69937 -68346
- package/dist/{kernel-C3PA_-lt.js.map → kernel-BJlIyTA2.js.map} +1 -1
- package/dist/kernel.d.ts +9 -1
- package/dist/kernel.js +1 -1
- package/dist/ui.js +1 -1
- package/dist/{uninstall-qEkzPbxE.js → uninstall-D0H75Y-J.js} +2 -2
- package/dist/{uninstall-qEkzPbxE.js.map → uninstall-D0H75Y-J.js.map} +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -46,9 +46,10 @@ This is NOT intended to be a "Linux kernel in Javascript" - while it takes its h
|
|
|
46
46
|
- Filesystem supporting multiple backends powered by [zenfs](https://github.com/zen-fs/core)
|
|
47
47
|
- Terminal interface powered by [xterm.js](https://xtermjs.org)
|
|
48
48
|
- Streams for handling input and output, allowing redirection and piping
|
|
49
|
-
- Device framework with a common interface for working with hardware: WebBluetooth, WebSerial, WebHID, WebUSB, etc
|
|
49
|
+
- Device framework with a common interface for working with hardware: **WebBluetooth, WebSerial, WebHID, WebUSB, etc.**
|
|
50
50
|
- Some devices have a builtin CLI, so you can run them like normal commands: `# /dev/bluetooth`
|
|
51
51
|
- WebAssembly binaries are the native executable format; `# ./hello.wasm --world`
|
|
52
|
+
- Many common files can be viewed directly: `# ./image.jpg`, `# ./doc.pdf`
|
|
52
53
|
- Install any client-side npm package; `# install axios`
|
|
53
54
|
- Event manager for dispatching and subscribing to events
|
|
54
55
|
- Process manager for running applications and daemons
|
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"../utils/node_modules/.pnpm/dropbox@10.34.0_@types+node-fetch@2.6.13/node_modules/dropbox/es/index.js": {
|
|
3
|
-
"file": "index-
|
|
3
|
+
"file": "index-DWzpZokq.js",
|
|
4
4
|
"name": "index",
|
|
5
5
|
"src": "../utils/node_modules/.pnpm/dropbox@10.34.0_@types+node-fetch@2.6.13/node_modules/dropbox/es/index.js",
|
|
6
6
|
"isDynamicEntry": true,
|
|
7
7
|
"imports": [
|
|
8
|
-
"_kernel-
|
|
8
|
+
"_kernel-BJlIyTA2.js"
|
|
9
9
|
]
|
|
10
10
|
},
|
|
11
11
|
"../utils/node_modules/.pnpm/vim-wasm@0.0.13/node_modules/vim-wasm/vimwasm.js": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"src": "../utils/node_modules/.pnpm/vim-wasm@0.0.13/node_modules/vim-wasm/vimwasm.js",
|
|
15
15
|
"isDynamicEntry": true
|
|
16
16
|
},
|
|
17
|
-
"_kernel-
|
|
18
|
-
"file": "kernel-
|
|
17
|
+
"_kernel-BJlIyTA2.js": {
|
|
18
|
+
"file": "kernel-BJlIyTA2.js",
|
|
19
19
|
"name": "kernel",
|
|
20
20
|
"dynamicImports": [
|
|
21
21
|
"../utils/node_modules/.pnpm/dropbox@10.34.0_@types+node-fetch@2.6.13/node_modules/dropbox/es/index.js",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
30
|
"node_modules/.pnpm/@bytecodealliance+jco@1.15.4/node_modules/@bytecodealliance/jco/src/browser.js": {
|
|
31
|
-
"file": "browser-
|
|
31
|
+
"file": "browser-Bh5YKPer.js",
|
|
32
32
|
"name": "browser",
|
|
33
33
|
"src": "node_modules/.pnpm/@bytecodealliance+jco@1.15.4/node_modules/@bytecodealliance/jco/src/browser.js",
|
|
34
34
|
"isDynamicEntry": true,
|
|
35
35
|
"imports": [
|
|
36
|
-
"_kernel-
|
|
36
|
+
"_kernel-BJlIyTA2.js"
|
|
37
37
|
],
|
|
38
38
|
"dynamicImports": [
|
|
39
39
|
"src/stubs/node-fs-promises.ts"
|
|
@@ -57,25 +57,25 @@
|
|
|
57
57
|
"src": "src/tree/kernel.ts",
|
|
58
58
|
"isEntry": true,
|
|
59
59
|
"imports": [
|
|
60
|
-
"_kernel-
|
|
60
|
+
"_kernel-BJlIyTA2.js"
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
63
|
"src/tree/lib/commands/install.ts": {
|
|
64
|
-
"file": "install-
|
|
64
|
+
"file": "install-BqURn8tt.js",
|
|
65
65
|
"name": "install",
|
|
66
66
|
"src": "src/tree/lib/commands/install.ts",
|
|
67
67
|
"isDynamicEntry": true,
|
|
68
68
|
"imports": [
|
|
69
|
-
"_kernel-
|
|
69
|
+
"_kernel-BJlIyTA2.js"
|
|
70
70
|
]
|
|
71
71
|
},
|
|
72
72
|
"src/tree/lib/commands/uninstall.ts": {
|
|
73
|
-
"file": "uninstall-
|
|
73
|
+
"file": "uninstall-D0H75Y-J.js",
|
|
74
74
|
"name": "uninstall",
|
|
75
75
|
"src": "src/tree/lib/commands/uninstall.ts",
|
|
76
76
|
"isDynamicEntry": true,
|
|
77
77
|
"imports": [
|
|
78
|
-
"_kernel-
|
|
78
|
+
"_kernel-BJlIyTA2.js"
|
|
79
79
|
]
|
|
80
80
|
},
|
|
81
81
|
"src/ui.ts": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"src": "src/ui.ts",
|
|
85
85
|
"isEntry": true,
|
|
86
86
|
"imports": [
|
|
87
|
-
"_kernel-
|
|
87
|
+
"_kernel-BJlIyTA2.js"
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
90
|
"style.css": {
|
|
@@ -11,7 +11,7 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
|
|
|
11
11
|
var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
|
|
12
12
|
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
13
13
|
var _id, _componentIdx, _state, _isAsync, _onResolve, _entryFnName, _subtasks, _completionPromise, _callingAsyncImport, _syncImportWait, _lock, _parkedTasks, _ComponentAsyncState_instances, notifySyncImportEnd_fn, _data;
|
|
14
|
-
import { a as process$1, b as streams, e as error, t as types, d as terminalOutput, f as terminalInput, g as stdout, h as stdin, i as stderr, j as exit$1, k as terminalStderr, l as terminalStdout, m as terminalStdin, n as preopens, r as random, o as environment } from "./kernel-
|
|
14
|
+
import { a as process$1, b as streams, e as error, t as types, d as terminalOutput, f as terminalInput, g as stdout, h as stdin, i as stderr, j as exit$1, k as terminalStderr, l as terminalStdout, m as terminalStdin, n as preopens, r as random, o as environment } from "./kernel-BJlIyTA2.js";
|
|
15
15
|
const { getEnvironment } = environment;
|
|
16
16
|
const { exit } = exit$1;
|
|
17
17
|
const { getStderr } = stderr;
|
|
@@ -4896,4 +4896,4 @@ export {
|
|
|
4896
4896
|
generate,
|
|
4897
4897
|
generate as transpile
|
|
4898
4898
|
};
|
|
4899
|
-
//# sourceMappingURL=browser-
|
|
4899
|
+
//# sourceMappingURL=browser-Bh5YKPer.js.map
|