Skip to content

Commit

Permalink
Add rake compile step to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 4, 2024
1 parent c50de00 commit 3d4b0d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This document describes development setup and pointers for diving into this proj
$ git clone https://github.com/ruby/ruby.wasm
$ cd ruby.wasm
$ ./bin/setup
# Compile extension library
$ bundle exec rake compile
$ rake --tasks
```

Expand Down

0 comments on commit 3d4b0d0

Please sign in to comment.