File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
ruby-head-wasm-emscripten Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ This package distributes the latest `master` branch of CRuby.
9
9
For instaling ruby-head-wasm-emscripten, just run this command in your shell:
10
10
11
11
``` console
12
- $ npm install --save ruby-head-wasm-emscripten
12
+ $ npm install --save ruby-head-wasm-emscripten@latest
13
+ # or if you want the nightly snapshot
14
+ $ npm install --save ruby-head-wasm-emscripten@next
15
+ # or you can specify the exact snapshot version
16
+ $
npm install --save [email protected]
13
17
```
14
18
15
19
## Quick Start
Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ This package distributes the latest `master` branch of CRuby.
9
9
For instaling ruby-head-wasm-wasi family, just run this command in your shell:
10
10
11
11
``` console
12
- $ npm install --save ruby-head-wasm-wasi
12
+ $ npm install --save ruby-head-wasm-wasi@latest
13
+ # or if you want the nightly snapshot
14
+ $ npm install --save ruby-head-wasm-wasi@next
15
+ # or you can specify the exact snapshot version
16
+ $
npm install --save [email protected]
13
17
```
14
18
15
19
## Quick Start (for Node.js)
You can’t perform that action at this time.
0 commit comments