This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
Feature Overview
Can you please add support for wasm-micro-runtime (WAMR) as an alternative to wasmtime?
wasmtime is a huge dependency, about 20 MiB.
WAMR is less than ~440 kiB (and zero dependencies) without JIT, ~760 kiB (plus libgcc_s and libstdc++) with FastJIT.
Alternatives Considered
No response
Additional Context
No response