From 660dfa5ab8003fe89ec6d6544a5c4392b21eaefb Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 25 Aug 2025 18:12:49 -0400 Subject: wip: robo plugin stuff i have no idea how to make this work with rust without resorting to unsafe. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') 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 { -- cgit v1.3