Skip to content

Commit 0bab190

Browse files
[skip ci] docs: Now -js and -debug are removed
`-js` is generalized as RubyGems integration, and `-debug` is now by default.
1 parent fa30a3e commit 0bab190

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ rake --tasks
2121
$ rake build:download_prebuilt
2222

2323
# Build Ruby (if you need to build Ruby by yourself)
24-
$ rake build:head-wasm32-unknown-wasi-full-js-debug
24+
$ rake build:head-wasm32-unknown-wasi-full
2525

2626
# Build npm package
2727
$ rake npm:ruby-head-wasm-wasi
@@ -55,8 +55,8 @@ $ rake build:head-wasm32-unknown-wasi-full:clean
5555
$ rake build:head-wasm32-unknown-wasi-full:remake
5656

5757
# Output is in the `rubies` directory
58-
$ tree -L 3 rubies/head-wasm32-unknown-wasi-full-js
59-
rubies/head-wasm32-unknown-wasi-full-js/
58+
$ tree -L 3 rubies/head-wasm32-unknown-wasi-full
59+
rubies/head-wasm32-unknown-wasi-full/
6060
├── usr
6161
│   └── local
6262
│   ├── bin
@@ -72,9 +72,9 @@ Please follow the official instructions to install.
7272

7373
```console
7474
# Build only a specific combination of ruby version, profile, and target
75-
$ rake build:head-wasm32-unknown-emscripten-full-js
75+
$ rake build:head-wasm32-unknown-emscripten-full
7676
# Output is in the `rubies` directory
77-
$ tree -L 3 rubies/head-wasm32-unknown-emscripten-full-js
77+
$ tree -L 3 rubies/head-wasm32-unknown-emscripten-full
7878
rubies/head-wasm32-unknown-emscripten-full
7979
└── usr
8080
└── local

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,6 @@ A _build_ is a combination of ruby version, _profile_, and _target_.
137137
<td><code>full</code></td>
138138
<td>All standard extension libraries</td>
139139
</tr>
140-
<tr>
141-
<td><code>*-js</code></td>
142-
<td>Enabled JS interoperability, only usable with npm package</td>
143-
</tr>
144-
<tr>
145-
<td><code>*-debug</code></td>
146-
<td>With DWARF info and <a href="https://webassembly.github.io/spec/core/appendix/custom.html#name-section" rel="nofollow"><code>name</code> section</a> for debugging</td>
147-
</tr>
148140
</tbody>
149141
</table>
150142

0 commit comments

Comments
 (0)