Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/wasmtk/src/mod.ts>compile

A collection of tools to help you get started with your WebAssembly journey
Latest
function compile
import { compile } from "https://deno.land/x/wasmtk@v1.0.1/src/mod.ts";

Parameters

wat: string

WAT (WebAssembly Text) source string

optional
options: WASMTK.CompilerOption

compiler options

Returns

Promise<Uint8Array>