Skip to content

Commit 3d4b0d0

Browse files
Add rake compile step to CONTRIBUTING.md
1 parent c50de00 commit 3d4b0d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This document describes development setup and pointers for diving into this proj
99
$ git clone https://github.com/ruby/ruby.wasm
1010
$ cd ruby.wasm
1111
$ ./bin/setup
12+
# Compile extension library
13+
$ bundle exec rake compile
1214
$ rake --tasks
1315
```
1416

0 commit comments

Comments
 (0)