WASM runtime environment detection tool. Probes installed WASM runtimes (wasmtime, wasmer, wazero, node, etc.) and MoonBit WASM compilation target info.
moon add 0xA672/mwpWASM Runtime Environment Report
================================
Version:
MoonBit : moon 0.1.20260512 (81d40e3 2026-05-12)
Installed WASM Runtimes:
[X] node (v24.14.1) [/home/user/.nvm/versions/node/v24.14.1/bin/node]
[X] bun (1.3.11) [/usr/bin/bun]
[X] deno (deno 2.7.12 (stable, release, x86_64-unknown-linux-gnu)) [/usr/local/bin/deno]
Uninstalled Runtimes:
[ ] wasmtime
[ ] wasmer
[ ] wazeropub struct RuntimeProbe {
name : String
kind : RuntimeType
installed : Bool
version : String?
path : String?
}pub enum RuntimeType {
Wasmtime
Wasmer
Wazero
Node
Bun
Deno
}Install
Download zipWASM runtime environment detection tool. Probes installed WASM runtimes (wasmtime, wasmer, wazero, node, etc.) and MoonBit WASM compilation target info.