google / wasefire

Secure firmware framework focusing on developer experience

Home Page:https://google.github.io/wasefire/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Applet testing with Rust prelude

ia0 opened this issue · comments

It is currently not possible to test an applet that uses the Rust prelude. A few steps need to be taken:

  • Use some test or std feature.
  • Do not define the panic and alloc error handlers.
  • Do not use a custom allocator.
  • And probably other things like API calls.
  • Does it need a custom test harness?