wasmtime — WebAssembly runtime. Run WASM modules from CLI. Execute Wasm/WASI programs outside the browser.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-da7a4b6d)More formats (shields.io, HTML) on the badges page.
---
name: wasmtime
description: wasmtime — WebAssembly runtime. Run WASM modules from CLI. Execute Wasm/WASI programs outside the browser.
---
# wasmtime
wasmtime — WebAssembly runtime. Run WASM modules from CLI. Execute Wasm/WASI programs outside the browser.
## Install
```bash
curl -LO https://github.com/bytecodealliance/wasmtime/releases/download/v30.0.0/wasmtime-v30.0.0-x86_64-linux.tar.xz && tar xf wasmtime-v30.0.0-x86_64-linux.tar.xz && sudo mv wasmtime-v30.0.0-x86_64-linux/wasmtime /usr/local/bin/ && rm -rf wasmtime-v30.0.0-x86_64-linux*
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!