init4tech / trevm

Typestate interface for revm
Apache License 2.0
61 stars 4 forks source link

Feature request: no-std #39

Closed roninjin10 closed 1 week ago

roninjin10 commented 2 months ago

I'm wondering following questions:

The use case would be using trevm compiled to wasm

prestwich commented 2 months ago

given that revm supports no-std via the std feature, we could almost definitely support it in trevm. We don't have current plans, but would accept contributions moving in that direction

Note that the typestate API likely would not work well with something like wasm-bindgen

Evalir commented 1 week ago

Hey @roninjin10 — we just merged no-std support. Would love for you to try it out whenever you like!

roninjin10 commented 1 week ago

Let's go!