Skip to content

Commit

Permalink
memory
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed May 15, 2024
1 parent 6fe4658 commit 3a98d68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/rust/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
pub mod defs;
pub mod memory;

pub fn add(left: usize, right: usize) -> usize {
left + right
}
Expand Down

0 comments on commit 3a98d68

Please sign in to comment.