summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-25 18:12:49 -0400
committerBrian Cully <bjc@spork.org>2025-08-25 18:12:49 -0400
commit660dfa5ab8003fe89ec6d6544a5c4392b21eaefb (patch)
tree962a846c409b8cb011bea8574b417c937a727fd4 /src/lib.rs
parent0e9662364cd477684f29a3d0a435421f21a1aa07 (diff)
downloadautomathon-660dfa5ab8003fe89ec6d6544a5c4392b21eaefb.tar.gz
automathon-660dfa5ab8003fe89ec6d6544a5c4392b21eaefb.zip
wip: robo plugin stuff
i have no idea how to make this work with rust without resorting to unsafe.
Diffstat (limited to 'src/lib.rs')
-rwxr-xr-xsrc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e9060f0..27ff2f4 100755
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,6 +2,7 @@ use log::{Level, error, info};
use wasm_bindgen::prelude::*;
pub mod forth;
+pub mod robo;
#[wasm_bindgen]
pub struct ExportedInstructionPointer {