Skip to content

Commit 2dcdbbe

Browse files
Mention clean and remake rake tasks in CONTRIBUTING.md
1 parent a8f7a88 commit 2dcdbbe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ $ rake --tasks
1717
```console
1818
# Download a prebuilt Ruby release (if you don't need to re-build Ruby)
1919
$ rake build:download_prebuilt
20+
21+
# Build Ruby (if you need to build Ruby by yourself)
22+
$ rake build:head-wasm32-unknown-wasi-full-js
23+
2024
# Build npm package
2125
$ rake npm:ruby-head-wasm-wasi
2226
# Test npm package
@@ -43,6 +47,11 @@ To select a build profile, see [profiles section in README](https://github.com/r
4347
```console
4448
# Build only a specific combination of ruby version, profile, and target
4549
$ rake build:head-wasm32-unknown-wasi-full-js
50+
# Clean up the build directory
51+
$ rake build:head-wasm32-unknown-wasi-full-js:clean
52+
# Force to re-execute "make install"
53+
$ rake build:head-wasm32-unknown-wasi-full-js:remake
54+
4655
# Output is in the `rubies` directory
4756
$ tree -L 3 rubies/head-wasm32-unknown-wasi-full-js
4857
rubies/head-wasm32-unknown-wasi-full-js/

0 commit comments

Comments
 (0)