diff options
| author | Cody <cody@codyq.dev> | 2023-04-14 00:04:46 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-04-14 00:04:46 -0500 |
| commit | fa0da150a5a481be3d1de448edb6f23c170da9a9 (patch) | |
| tree | 42771a909fca18fb0fe7d5645a7f40b4d69107ef /crates/sloth_vm/src/lib.rs | |
| parent | a8b2a413a455fb06e0b10cf13d132c812f92bd4b (diff) | |
| download | sloth-fa0da150a5a481be3d1de448edb6f23c170da9a9.tar.gz | |
Improved VM. Started work on std
Diffstat (limited to 'crates/sloth_vm/src/lib.rs')
| -rw-r--r-- | crates/sloth_vm/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/sloth_vm/src/lib.rs b/crates/sloth_vm/src/lib.rs index 121ea6a..295827d 100644 --- a/crates/sloth_vm/src/lib.rs +++ b/crates/sloth_vm/src/lib.rs @@ -8,6 +8,7 @@ )] pub mod native; +pub mod sloth_std; pub mod value; pub mod vm; |
