wasmsign 0.1.2

Add and verify digital signatures to/from WASM binaries
Documentation
1
2
3
4
5
mod attach;
mod verify;

pub(crate) use self::attach::*;
pub(crate) use self::verify::*;