diff options
| author | Brian Cully <bjc@spork.org> | 2025-08-25 18:12:49 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-08-25 18:12:49 -0400 |
| commit | 660dfa5ab8003fe89ec6d6544a5c4392b21eaefb (patch) | |
| tree | 962a846c409b8cb011bea8574b417c937a727fd4 /src/lib.rs | |
| parent | 0e9662364cd477684f29a3d0a435421f21a1aa07 (diff) | |
| download | automathon-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-x | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ use log::{Level, error, info}; use wasm_bindgen::prelude::*; pub mod forth; +pub mod robo; #[wasm_bindgen] pub struct ExportedInstructionPointer { |
