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

Is that possible running wasmi in MCU system? #60

Closed
lygstate opened this issue Feb 19, 2018 · 3 comments
Closed

Is that possible running wasmi in MCU system? #60

lygstate opened this issue Feb 19, 2018 · 3 comments
Labels
question Further information is requested

Comments

@lygstate
Copy link
Contributor

Such as STM32 F4

@pepyakin
Copy link
Collaborator

Good question! Actually I doubt it can, and there are some reasons for that:

  1. For now, wasmi doesn't support 32-bit platforms. Nothing serious, it just didn't received much testing on these platforms. See Support 32-bit targets #43
  2. wasmi can't be compiled with [no_std] at the moment.

This is interesting use case, can you tell me more about it?

@lygstate
Copy link
Contributor Author

For running code in MCU that can be easily to be tested, tested on other platform and running on MCU

@pepyakin pepyakin added the question Further information is requested label Mar 20, 2018
@pepyakin
Copy link
Collaborator

I think both points were fixed so now in theory it might work on MCUs, although I didn't try.

I'm going to close this. Please feel free to reopen or create a new issue if you have further questions!

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

No branches or pull requests

2 participants