From 9ebb4b9d82decbd9e8ea901e6d240e1af9f190b3 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 11 Dec 2024 21:52:27 +0000 Subject: deploy: aedbcbf6c8e45367364a852d5b10d45b27b61c44 --- gen/all.html | 1 + gen/index.html | 4 ++++ gen/sidebar-items.js | 1 + 3 files changed, 6 insertions(+) create mode 100644 gen/all.html create mode 100644 gen/index.html create mode 100644 gen/sidebar-items.js (limited to 'gen') diff --git a/gen/all.html b/gen/all.html new file mode 100644 index 0000000..1e0c258 --- /dev/null +++ b/gen/all.html @@ -0,0 +1 @@ +List of all items in this crate

List of all items

\ No newline at end of file diff --git a/gen/index.html b/gen/index.html new file mode 100644 index 0000000..df51ecc --- /dev/null +++ b/gen/index.html @@ -0,0 +1,4 @@ +gen - Rust

Crate gen

source
Expand description

Add example.

+

Jit compile a function at runtime (generate native host code) which calls a function defined in +the example based on the SystemV abi to demonstrate the juicebox_asm crate.

+
\ No newline at end of file diff --git a/gen/sidebar-items.js b/gen/sidebar-items.js new file mode 100644 index 0000000..5244ce0 --- /dev/null +++ b/gen/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file -- cgit v1.2.3