aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript/reference/global_objects/webassembly/instantiate/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-16 23:57:54 +0900
committerGitHub <noreply@github.com>2021-09-16 23:57:54 +0900
commitd9247fba6815cc11d44e0c7c59c69157c830c467 (patch)
tree7abc2a636b4b639d57e1ff601de1adebec6c14c3 /files/ja/web/javascript/reference/global_objects/webassembly/instantiate/index.html
parente921a9c17cc7c93b3418de230602d8e0dd20041b (diff)
downloadtranslated-content-d9247fba6815cc11d44e0c7c59c69157c830c467.tar.gz
translated-content-d9247fba6815cc11d44e0c7c59c69157c830c467.tar.bz2
translated-content-d9247fba6815cc11d44e0c7c59c69157c830c467.zip
Web/JavaScript 以下の文書内のリンクURLを正規化 (#2354)
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/javascript/reference/global_objects/webassembly/instantiate/index.html')
-rw-r--r--files/ja/web/javascript/reference/global_objects/webassembly/instantiate/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/webassembly/instantiate/index.html b/files/ja/web/javascript/reference/global_objects/webassembly/instantiate/index.html
index 740383a83f..7b50060c4b 100644
--- a/files/ja/web/javascript/reference/global_objects/webassembly/instantiate/index.html
+++ b/files/ja/web/javascript/reference/global_objects/webassembly/instantiate/index.html
@@ -48,7 +48,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiate
<ul>
<li><code>module</code>: コンパイルされた {{jsxref("WebAssembly.Module")}} オブジェクト。この <code>Module</code> は再度インスタンス化することや、 {{domxref("Worker.postMessage", "postMessage()")}} 経由で共有したり、 <a href="/ja/docs/WebAssembly/Caching_modules">IndexedDB にキャッシュ</a>することができます。</li>
- <li><code>instance</code>: {{jsxref("WebAssembly.Instance")}} オブジェクトで、すべての <a href="/en-US/docs/WebAssembly/Exported_functions">エクスポートされた WebAssembly 関数</a> を含む。</li>
+ <li><code>instance</code>: {{jsxref("WebAssembly.Instance")}} オブジェクトで、すべての <a href="/ja/docs/WebAssembly/Exported_functions">エクスポートされた WebAssembly 関数</a> を含む。</li>
</ul>
<h4 id="Exceptions" name="Exceptions">例外</h4>