MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / can_compile_pulley_module

Function can_compile_pulley_module

tests/all/pulley.rs:20–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19#[test]
20fn can_compile_pulley_module() -> Result<()> {
21 let engine = Engine::new(&pulley_config())?;
22 Module::new(&engine, "(module)")?;
23
24 Ok(())
25}
26
27#[test]
28fn can_deserialize_pulley_module() -> Result<()> {

Callers

nothing calls this directly

Calls 3

pulley_configFunction · 0.85
OkFunction · 0.85
newFunction · 0.50

Tested by

no test coverage detected