Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 478 Bytes

File metadata and controls

26 lines (18 loc) · 478 Bytes

WASM Component Examples

Various WASM component examples 🎉

Dependencies

  • Node 22 LTS+
  • wkgavailable in PATH
  • Wasmtime (optional, for start-wasmtime commands)

Quick Start

npm install
npm run build

Run a specific example, such as hono-app via wasmtime serve:

npm run start-wasmtime -w examples/hono-app