/ live.thehmm.nl / back / node_modules / @webassemblyjs / wasm-parser /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]lib/2 years ago -  
[   ]package.json2 years ago2.2K 
[TXT]README.md39 years ago577 d7c1522 post receive test [كارل مبارك]
README.md

@webassemblyjs/wasm-parser

WebAssembly binary format parser

Installation

yarn add @webassemblyjs/wasm-parser

Usage

import { decode } from "@webassemblyjs/wasm-parser";
import { readFileSync } from "fs";

const binary = readFileSync("/path/to/module.wasm");

const decoderOpts = {};
const ast = decode(binary, decoderOpts);

Decoder options

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80