Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: no-std #39

Closed
roninjin10 opened this issue Aug 17, 2024 · 3 comments · Fixed by #60
Closed

Feature request: no-std #39

roninjin10 opened this issue Aug 17, 2024 · 3 comments · Fixed by #60

Comments

@roninjin10
Copy link

I'm wondering following questions:

  • Could trevm become no-std
  • Does trevm plan on becoming no-std or would it accept contributions to start moving in that direction?
  • How big of a lift is making it no-std?

The use case would be using trevm compiled to wasm

@prestwich
Copy link
Contributor

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
Copy link
Member

Evalir commented Oct 22, 2024

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

@roninjin10
Copy link
Author

Let's go!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants