Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc9921a

Browse files
committedMay 16, 2024
Note Rust cross-compilation target too
1 parent a221227 commit dc9921a

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 --recursive
1010
$ cd ruby.wasm
1111
$ ./bin/setup
12+
# Just for building vendor/jco (will be removed soon)
13+
$ rustup target add wasm32-wasi
1214
# Compile extension library
1315
$ bundle exec rake compile
1416
$ rake --tasks

0 commit comments

Comments
 (0)
Please sign in to comment.