Skip to content

Commit

Permalink
Merge pull request #87 from OffchainLabs/mini-alloc3
Browse files Browse the repository at this point in the history
mini-alloc: a very simple bump allocator
  • Loading branch information
rachel-bousfield authored Dec 22, 2023
2 parents 98d7bea + a8145f4 commit f0709fc
Show file tree
Hide file tree
Showing 11 changed files with 524 additions and 59 deletions.
207 changes: 203 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["stylus-sdk", "stylus-proc"]
members = ["stylus-sdk", "stylus-proc", "mini-alloc"]
resolver = "2"

[workspace.package]
Expand Down
Loading

0 comments on commit f0709fc

Please sign in to comment.