语法高亮,滚动条美化,设置页面调整

This commit is contained in:
fofolee
2019-04-19 02:41:09 +08:00
parent 1e8f76c000
commit 359d29ee0b
1590 changed files with 12328 additions and 11441 deletions

View File

@@ -8,7 +8,7 @@
<div class="warning">
<p><strong>重要</strong>: 因为大型模块的实例化比较昂贵, 开发人员应该只在同步实例化是必须时,才使用<code>Instance()</code>; 绝大多数情况应该使用异步方法<a href="Reference/Global_Objects/WebAssembly/instantiate" title="WebAssembly.instantiate() 是编译和实例化 WebAssembly 代码的主要方法.  这个方法有两个重载方式:"><code>WebAssembly.instantiate()</code></a> .</p>
</div>
<pre class="syntaxbox">var myInstance = new WebAssembly.Instance(<em>module</em>, <em>importObject</em>);</pre>
<pre><code class="language-javascript">var myInstance = new WebAssembly.Instance(<em>module</em>, <em>importObject</em>);</code></pre>
<h3 id="参数">参数</h3>
<dl>
<dt><em>module</em></dt>