Skip to content

Commit

Permalink
deploy: 95726cf
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 26, 2024
1 parent f28d868 commit 9937ab2
Show file tree
Hide file tree
Showing 876 changed files with 2,258 additions and 2,258 deletions.
2 changes: 1 addition & 1 deletion crates/doc/implementors/virtual_fs/trait.FileOpener.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -721,7 +721,7 @@

<span class="kw">let </span>atom = atom.with_context(|| {
<span class="macro">format!</span>(
<span class="string">&quot;The &#39;{command_name}&#39; command uses the &#39;{atom_name}&#39; atom, but it isn&#39;t present in the WEBC file&quot;
<span class="string">&quot;The &#39;{command_name}&#39; command uses the &#39;{atom_name}&#39; atom, but it isn&#39;t present in the package {package_id}&quot;
</span>)
})<span class="question-mark">?</span>;

Expand Down

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions crates/doc/wasmer_compiler/engine/artifact/struct.Artifact.html
Expand Up @@ -50,34 +50,34 @@ <h5 id="safety-1"><a href="#safety-1">Safety</a></h5>
&amp;mut self
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../trap/frame_info/struct.GlobalFrameInfoRegistration.html" title="struct wasmer_compiler::engine::trap::frame_info::GlobalFrameInfoRegistration">GlobalFrameInfoRegistration</a>&gt;</h4></section><details class="toggle method-toggle" open><summary><section id="method.finished_functions" class="method"><a class="src rightside" href="../../../src/wasmer_compiler/engine/artifact.rs.html#718-724">source</a><h4 class="code-header">pub fn <a href="#method.finished_functions" class="fn">finished_functions</a>(
&amp;self
) -&gt; &amp;BoxedSlice&lt;LocalFunctionIndex, <a class="struct" href="../../../wasmer_vm/struct.FunctionBodyPtr.html" title="struct wasmer_vm::FunctionBodyPtr">FunctionBodyPtr</a>&gt;</h4></section></summary><div class="docblock"><p>Returns the functions allocated in memory or this <code>Artifact</code>
) -&gt; &amp;BoxedSlice&lt;LocalFunctionIndex, FunctionBodyPtr&gt;</h4></section></summary><div class="docblock"><p>Returns the functions allocated in memory or this <code>Artifact</code>
ready to be run.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.finished_function_call_trampolines" class="method"><a class="src rightside" href="../../../src/wasmer_compiler/engine/artifact.rs.html#728-734">source</a><h4 class="code-header">pub fn <a href="#method.finished_function_call_trampolines" class="fn">finished_function_call_trampolines</a>(
&amp;self
) -&gt; &amp;BoxedSlice&lt;SignatureIndex, <a class="type" href="../../../wasmer_vm/vmcontext/type.VMTrampoline.html" title="type wasmer_vm::vmcontext::VMTrampoline">VMTrampoline</a>&gt;</h4></section></summary><div class="docblock"><p>Returns the function call trampolines allocated in memory of this
) -&gt; &amp;BoxedSlice&lt;SignatureIndex, VMTrampoline&gt;</h4></section></summary><div class="docblock"><p>Returns the function call trampolines allocated in memory of this
<code>Artifact</code>, ready to be run.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.finished_dynamic_function_trampolines" class="method"><a class="src rightside" href="../../../src/wasmer_compiler/engine/artifact.rs.html#738-746">source</a><h4 class="code-header">pub fn <a href="#method.finished_dynamic_function_trampolines" class="fn">finished_dynamic_function_trampolines</a>(
&amp;self
) -&gt; &amp;BoxedSlice&lt;FunctionIndex, <a class="struct" href="../../../wasmer_vm/struct.FunctionBodyPtr.html" title="struct wasmer_vm::FunctionBodyPtr">FunctionBodyPtr</a>&gt;</h4></section></summary><div class="docblock"><p>Returns the dynamic function trampolines allocated in memory
) -&gt; &amp;BoxedSlice&lt;FunctionIndex, FunctionBodyPtr&gt;</h4></section></summary><div class="docblock"><p>Returns the dynamic function trampolines allocated in memory
of this <code>Artifact</code>, ready to be run.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.signatures" class="method"><a class="src rightside" href="../../../src/wasmer_compiler/engine/artifact.rs.html#749-755">source</a><h4 class="code-header">pub fn <a href="#method.signatures" class="fn">signatures</a>(&amp;self) -&gt; &amp;BoxedSlice&lt;SignatureIndex, <a class="struct" href="../../../wasmer_vm/vmcontext/struct.VMSharedSignatureIndex.html" title="struct wasmer_vm::vmcontext::VMSharedSignatureIndex">VMSharedSignatureIndex</a>&gt;</h4></section></summary><div class="docblock"><p>Returns the associated VM signatures for this <code>Artifact</code>.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.signatures" class="method"><a class="src rightside" href="../../../src/wasmer_compiler/engine/artifact.rs.html#749-755">source</a><h4 class="code-header">pub fn <a href="#method.signatures" class="fn">signatures</a>(&amp;self) -&gt; &amp;BoxedSlice&lt;SignatureIndex, VMSharedSignatureIndex&gt;</h4></section></summary><div class="docblock"><p>Returns the associated VM signatures for this <code>Artifact</code>.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.preinstantiate" class="method"><a class="src rightside" href="../../../src/wasmer_compiler/engine/artifact.rs.html#759-761">source</a><h4 class="code-header">pub fn <a href="#method.preinstantiate" class="fn">preinstantiate</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.unit.html">()</a>, <a class="enum" href="../error/enum.InstantiationError.html" title="enum wasmer_compiler::engine::error::InstantiationError">InstantiationError</a>&gt;</h4></section></summary><div class="docblock"><p>Do preinstantiation logic that is executed before instantiating</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.instantiate" class="method"><a class="src rightside" href="../../../src/wasmer_compiler/engine/artifact.rs.html#769-840">source</a><h4 class="code-header">pub unsafe fn <a href="#method.instantiate" class="fn">instantiate</a>(
&amp;self,
tunables: &amp;dyn <a class="trait" href="../tunables/trait.Tunables.html" title="trait wasmer_compiler::engine::tunables::Tunables">Tunables</a>,
imports: &amp;[<a class="enum" href="../../../wasmer_vm/export/enum.VMExtern.html" title="enum wasmer_vm::export::VMExtern">VMExtern</a>],
context: &amp;mut <a class="struct" href="../../../wasmer_vm/store/struct.StoreObjects.html" title="struct wasmer_vm::store::StoreObjects">StoreObjects</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../../../wasmer_vm/instance/struct.VMInstance.html" title="struct wasmer_vm::instance::VMInstance">VMInstance</a>, <a class="enum" href="../error/enum.InstantiationError.html" title="enum wasmer_compiler::engine::error::InstantiationError">InstantiationError</a>&gt;</h4></section></summary><div class="docblock"><p>Crate an <code>Instance</code> from this <code>Artifact</code>.</p>
imports: &amp;[VMExtern],
context: &amp;mut StoreObjects
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;VMInstance, <a class="enum" href="../error/enum.InstantiationError.html" title="enum wasmer_compiler::engine::error::InstantiationError">InstantiationError</a>&gt;</h4></section></summary><div class="docblock"><p>Crate an <code>Instance</code> from this <code>Artifact</code>.</p>
<h5 id="safety-2"><a href="#safety-2">Safety</a></h5>
<p>See <a href="../../../wasmer_vm/instance/struct.VMInstance.html#method.new" title="associated function wasmer_vm::instance::VMInstance::new"><code>VMInstance::new</code></a>.</p>
<p>See [<code>VMInstance::new</code>].</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.finish_instantiation" class="method"><a class="src rightside" href="../../../src/wasmer_compiler/engine/artifact.rs.html#848-864">source</a><h4 class="code-header">pub unsafe fn <a href="#method.finish_instantiation" class="fn">finish_instantiation</a>(
&amp;self,
config: &amp;<a class="struct" href="../../../wasmer_vm/trap/traphandlers/struct.VMConfig.html" title="struct wasmer_vm::trap::traphandlers::VMConfig">VMConfig</a>,
trap_handler: <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.pointer.html">*const </a><a class="type" href="../../../wasmer_vm/trap/traphandlers/type.TrapHandlerFn.html" title="type wasmer_vm::trap::traphandlers::TrapHandlerFn">TrapHandlerFn</a>&lt;'static&gt;&gt;,
handle: &amp;mut <a class="struct" href="../../../wasmer_vm/instance/struct.VMInstance.html" title="struct wasmer_vm::instance::VMInstance">VMInstance</a>
config: &amp;VMConfig,
trap_handler: <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.pointer.html">*const </a>TrapHandlerFn&lt;'static&gt;&gt;,
handle: &amp;mut VMInstance
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.unit.html">()</a>, <a class="enum" href="../error/enum.InstantiationError.html" title="enum wasmer_compiler::engine::error::InstantiationError">InstantiationError</a>&gt;</h4></section></summary><div class="docblock"><p>Finishes the instantiation of a just created <code>VMInstance</code>.</p>
<h5 id="safety-3"><a href="#safety-3">Safety</a></h5>
<p>See <a href="../../../wasmer_vm/instance/struct.VMInstance.html#method.finish_instantiation" title="method wasmer_vm::instance::VMInstance::finish_instantiation"><code>VMInstance::finish_instantiation</code></a>.</p>
<p>See [<code>VMInstance::finish_instantiation</code>].</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.generate_metadata" class="method"><a class="src rightside" href="../../../src/wasmer_compiler/engine/artifact.rs.html#869-915">source</a><h4 class="code-header">pub fn <a href="#method.generate_metadata" class="fn">generate_metadata</a>&lt;'data&gt;(
data: &amp;'data [<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.u8.html">u8</a>],
compiler: &amp;dyn <a class="trait" href="../../compiler/trait.Compiler.html" title="trait wasmer_compiler::compiler::Compiler">Compiler</a>,
Expand Down

0 comments on commit 9937ab2

Please sign in to comment.