aboutsummaryrefslogtreecommitdiff
path: root/files/ja/webassembly
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/webassembly')
-rw-r--r--files/ja/webassembly/understanding_the_text_format/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/webassembly/understanding_the_text_format/index.html b/files/ja/webassembly/understanding_the_text_format/index.html
index 3c4f19bea4..a83895909e 100644
--- a/files/ja/webassembly/understanding_the_text_format/index.html
+++ b/files/ja/webassembly/understanding_the_text_format/index.html
@@ -506,7 +506,7 @@ WebAssembly.instantiateStreaming(fetch('logger2.wasm'), importObject)
<pre class="brush: wasm; no-line-numbers notranslate" style="margin-bottom: 0;">(i32.store (i32.const 0) (i32.const 42))
(call_indirect (type $void_to_i32) (i32.const 0))</pre>
-<div style="display: none;"></div>
+<div class="hidden"></div>
</div>
<p>アセンブリに変換した後、次のコードで JavaScript 内で <code>shared0.wasm</code> と <code>shared1.wasm</code> を使用します:</p>