pub fn check_wasm_toolchain_version(data: Vec<u8>) -> Result<String>
Expand description

Extract the TOOLCHAIN_VERSION string from a WASM module. This function creates a wasmer::Instance in order to do this.