MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / argon2id_from_twasm

Function argon2id_from_twasm

crates/tinywasm/benches/argon2id.rs:19–22  ·  view source on GitHub ↗
(twasm: &[u8])

Source from the content-addressed store, hash-verified

17}
18
19fn argon2id_from_twasm(twasm: &[u8]) -> Result<Module> {
20 let module = Module::try_from_twasm(twasm)?;
21 Ok(module)
22}
23
24fn argon2id_run(module: Module) -> Result<()> {
25 let mut store = Store::default();

Callers 1

criterion_benchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected