Skip to main content
Module

x/netzo/deno.d.ts>WebAssembly.validate

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
function WebAssembly.validate
import { WebAssembly } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";
const { validate } = WebAssembly;

The WebAssembly.validate() function validates a given typed array of WebAssembly binary code, returning whether the bytes form a valid wasm module (true) or not (false).

MDN

Returns

boolean