4 releases

0.1.3 Feb 27, 2024
0.1.2 Oct 27, 2023
0.1.1 Sep 25, 2023
0.1.0 Jun 15, 2023

#723 in WebAssembly

Download history 2/week @ 2024-02-15 130/week @ 2024-02-22 35/week @ 2024-02-29 7/week @ 2024-03-07 2/week @ 2024-03-14 11/week @ 2024-03-28 5/week @ 2024-04-04 45/week @ 2024-04-18 26/week @ 2024-04-25

71 downloads per month

Apache-2.0

48KB
706 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

~7MB
~136K SLoC