pub fn validate_parse_module_webproxy(
    bytes: &[u8]
) -> Result<(), ModuleValidationError>
Expand description

Validate a WASM module for usage as a webproxy.

This only checks for the presence of some mandatory syscalls.