Function wasmer_deploy_util::validation::validate_parse_module_wcgi
source · pub fn validate_parse_module_wcgi(
bytes: &[u8]
) -> Result<(), ModuleValidationError>
Expand description
Validate a WASM module for usage with wcgi .
This only checks for the presence of some mandatory syscalls.