6 releases

0.1.5 Nov 12, 2024
0.1.4 Jul 23, 2024
0.1.3 Feb 27, 2024
0.1.2 Oct 27, 2023
0.1.0 Jun 15, 2023

#1972 in Embedded development

Download history 7/week @ 2024-09-13 16/week @ 2024-09-20 11/week @ 2024-09-27 3/week @ 2024-10-04 103/week @ 2024-11-08 22/week @ 2024-11-15 4/week @ 2024-11-22 11/week @ 2024-11-29 13/week @ 2024-12-06

55 downloads per month

Apache-2.0

53KB
745 lines

This crate provides stubs for parts of the applet API.

By default, when using the applet API with the native feature, all calls to the applet API will panic. This crate provides a working implementation for some parts of the API (like the crypto module).

Note that this crate doesn't expose anything. To use it, you just need to link it:

use wasefire_stub as _;

Dependencies

~6.5MB
~115K SLoC