wite

WebAssembly Build Tool โ€” Component Model counterpart of Vite

Live Wasm Execution

Imported via vite-plugin-wite:

import { add } from "./add.wasm"

Loading...

Drop a .wasm file to inspect

๐Ÿ“ฆ

Drag & drop or click to select

.wasm (core or component)

Analysis

Drop a .wasm file above to see its structure, sections, imports, and exports.

Features

wite build

WAC composition + optimization pipeline

wite treeshake

Export-based DCE with auto-protection

wite dump

Binary inspection (sections, disassembly, hex)

wite analyze

Call graph, DCE report, size breakdown

wite optimize

Peephole, DCE, DFE, merge โ€” -O0 to -Oz

wite dev

Dev server with livereload & debug UI

Vite Plugin

HMR, .d.ts, 4 runtimes, jco integration

Environments

browser, webworker, workerd, wasmtime

Install

moon install mizchi/wite/cmd/wite

GitHub ยท mooncakes