Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 98a479b

Browse files
authored
Update Ruby.md
1 parent 4132214 commit 98a479b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/WebAssembly/Ruby.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Beginning in [Ruby 3.2 Preview 1](https://www.ruby-lang.org/en/news/2022/04/03/r
88

99
## Instructions
1010

11-
1. Download the pre-compiled Ruby Wasm file from the [Ruby.wasm releases page](https://github.com/ruby/ruby.wasm/releases).
11+
1. Download the pre-compiled Ruby Wasm file ("ruby-head-wasm32-unknown-wasi-full.tar.gz") from the [Ruby.wasm releases page](https://github.com/ruby/ruby.wasm/releases).
1212
* Decompress the file.
1313
* `cd head-wasm32-unknown-wasi-full` Change directory to the newly created directory.
1414
* `mv usr/local/bin/ruby ruby.wasm`
@@ -47,4 +47,4 @@ kind = "stderr"
4747
### hello_enarx.rb
4848
```ruby
4949
puts "Hello, Enarx!";puts RUBY_DESCRIPTION
50-
```
50+
```

0 commit comments

Comments
 (0)