OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
249 stars 82 forks source link

mini-alloc: a very simple bump allocator #87

Closed mikebenfield closed 11 months ago

mikebenfield commented 1 year ago

Now supports unix and windows, with a completely separate implementation from wasm32. Addressed your other comments as well.

I'd like to squash this before merging.

mikebenfield commented 1 year ago

Oh, also, the only windows testing I've done is cargo check --target x86_64-pc-windows-gnu.