aboutsummaryrefslogtreecommitdiff
path: root/files/ja/webassembly/text_format_to_wasm/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/webassembly/text_format_to_wasm/index.html')
-rw-r--r--files/ja/webassembly/text_format_to_wasm/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/webassembly/text_format_to_wasm/index.html b/files/ja/webassembly/text_format_to_wasm/index.html
index d163e2eb31..0c2d98658e 100644
--- a/files/ja/webassembly/text_format_to_wasm/index.html
+++ b/files/ja/webassembly/text_format_to_wasm/index.html
@@ -68,7 +68,7 @@ translation_of: WebAssembly/Text_format_to_wasm
<ul>
<li><a href="/ja/docs/WebAssembly/Understanding_the_text_format">WebAssembly テキストフォーマットを理解する</a> — テキスト形式のシンタックスの詳細説明。</li>
<li><a href="/ja/docs/WebAssembly/C_to_wasm">C/C++ から WebAssembly にコンパイルする</a> — Binaryen/Emscripten のようなツールはソースコードを wasm にコンパイルし、JavaScript のコンテキストでモジュールを実行するために必要な API コードを作成します。それらの使用方法の詳細はこちらから探してください。</li>
- <li><a href="/ja/docs/WebAssembly/Using_the_JavaScript_API">WebAssembly JavaScript API を使用する</a> — WebAssembly API コードがどのように機能するかについて詳しく知りたい場合はこちらをお読みください。</li>
+ <li><a href="/ja/docs/WebAssembly/Using_the_JavaScript_API">WebAssembly JavaScript API の使用</a> — WebAssembly API コードがどのように機能するかについて詳しく知りたい場合はこちらをお読みください。</li>
<li><a href="https://webassembly.github.io/spec/core/text/index.html">Text format</a> — WebAssembly GitHub レポジトリのテキスト形式の詳細説明。</li>
<li><a href="https://github.com/xtuc/webassemblyjs/tree/master/packages/wast-loader">wast-loader</a> — あなたのためにこれをすべて処理する WebPack のローダーです。</li>
</ul>