Skip to content

Commit d84c842

Browse files
[skip ci] Add links to the build instruction
1 parent 7486e6b commit d84c842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/npm-packages/ruby-head-wasm-emscripten/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This package is a thin wrapper of Emscripten module, so you can control the beha
5858

5959
For building the package from source, you need to prepare a Ruby build produced by Emscripten, and you need Emscripten SDK in your PATH.
6060

61-
The instructions for building a Ruby targeting WebAssembly are available at: [TODO](./).
61+
The instructions for building a Ruby targeting WebAssembly are available [here](https://github.com/ruby/ruby.wasm#building-from-source).
6262

6363
Then, you can run the following command in your shell:
6464

packages/npm-packages/ruby-head-wasm-wasi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Error class thrown by Ruby execution
252252

253253
For building the package from source, you need to prepare a Ruby build produced by WASI SDK, and you need [`wit-bindgen`](https://github.com/bytecodealliance/wit-bindgen) and [`wasm-opt`](https://github.com/webassembly/binaryen#tools) in your PATH.
254254

255-
The instructions for building a Ruby targeting WebAssembly are available at: [TODO](./).
255+
The instructions for building a Ruby targeting WebAssembly are available [here](https://github.com/ruby/ruby.wasm#building-from-source).
256256

257257
Then, you can run the following command in your shell:
258258

0 commit comments

Comments
 (0)