We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a221227 commit dc9921aCopy full SHA for dc9921a
CONTRIBUTING.md
@@ -9,6 +9,8 @@ This document describes development setup and pointers for diving into this proj
9
$ git clone https://github.com/ruby/ruby.wasm --recursive
10
$ cd ruby.wasm
11
$ ./bin/setup
12
+# Just for building vendor/jco (will be removed soon)
13
+$ rustup target add wasm32-wasi
14
# Compile extension library
15
$ bundle exec rake compile
16
$ rake --tasks
0 commit comments