ciallo_wasm 0.7.21

Ciallo with WebAssembly
Documentation
1
2
3
4
5
use ciallo_wasm::ciallo;

fn main() {
    ciallo();
}