aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/juicebox_asm/rt.rs.html
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2023-03-05 20:47:28 +0000
committerjohannst <johannst@users.noreply.github.com>2023-03-05 20:47:28 +0000
commit865c1d3231fd57c648121d961be91793d0bfe690 (patch)
treea9dc81103d1e9d38b6a7ffe1f728d5f0e4959610 /src/juicebox_asm/rt.rs.html
parent872cf6d06f4d77637b4627fdc583bab79ee2372f (diff)
downloadjuicebox-asm-865c1d3231fd57c648121d961be91793d0bfe690.tar.gz
juicebox-asm-865c1d3231fd57c648121d961be91793d0bfe690.zip
deploy: 1ea7de2ba46b58b4afe3e65b95d8a45160218a5c
Diffstat (limited to 'src/juicebox_asm/rt.rs.html')
-rw-r--r--src/juicebox_asm/rt.rs.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/juicebox_asm/rt.rs.html b/src/juicebox_asm/rt.rs.html
index a44e465..62ee9b7 100644
--- a/src/juicebox_asm/rt.rs.html
+++ b/src/juicebox_asm/rt.rs.html
@@ -49,7 +49,11 @@
<a href="#49" id="49">49</a>
<a href="#50" id="50">50</a>
<a href="#51" id="51">51</a>
-</pre><pre class="rust"><code><span class="kw">use </span>core::ffi::c_void;
+<a href="#52" id="52">52</a>
+<a href="#53" id="53">53</a>
+</pre><pre class="rust"><code><span class="doccomment">//! A simple runtime which can be used to execute emitted instructions.
+
+</span><span class="kw">use </span>core::ffi::c_void;
<span class="kw">use </span>nix::sys::mman::{mmap, munmap, MapFlags, ProtFlags};
<span class="doccomment">/// A simple `mmap`ed runtime with executable pages.