Skip to content

Commit

Permalink
Note Rust cross-compilation target too
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed May 16, 2024
1 parent a221227 commit dc9921a
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 --recursive
$ cd ruby.wasm
$ ./bin/setup
# Just for building vendor/jco (will be removed soon)
$ rustup target add wasm32-wasi
# Compile extension library
$ bundle exec rake compile
$ rake --tasks
Expand Down

0 comments on commit dc9921a

Please sign in to comment.