You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple native binding for running execpv
6
+
This exposes `execvp` to Node.js. This allows running a child process that replaces the parent process image. This is not possible on Windows, if you run this on Windows, expect an exception!
7
7
8
8
## Installation
9
9
10
10
```sh
11
-
npm install --save @matrixai/quic
11
+
npm install --save @matrixai/exec
12
12
```
13
13
14
14
## Usage
15
15
16
-
See the example executables in `/src/bin`.
17
-
18
16
## Development
19
17
20
18
Run `nix develop`, and once you're inside, you can use:
@@ -55,21 +53,13 @@ x86_64-apple-darwin
55
53
56
54
The available target list is in `rustc --print target-list`.
57
55
58
-
## Benchmarks
59
-
60
-
```sh
61
-
npm run bench
62
-
```
63
-
64
-
View benchmarks here: https://github.com/MatrixAI/js-quic/blob/master/benches/results with https://raw.githack.com/
65
-
66
56
### Docs Generation
67
57
68
58
```sh
69
59
npm run docs
70
60
```
71
61
72
-
See the docs at: https://matrixai.github.io/js-quic/
62
+
See the docs at: https://matrixai.github.io/js-exec/
0 commit comments