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.
pub fn validate_parse_module_wcgi(
bytes: &[u8],
) -> Result<(), ModuleValidationError>
Validate a WASM module for usage with wcgi .
This only checks for the presence of some mandatory syscalls.