dtolnay/watt

Improve access to a precompiled wasm runtime

Offen

#17 geöffnet am 30.10.2019

 (0 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Rust (31 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (1.522 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Right now there's rudimentary support for executing code in a JIT loaded through a dynamic library which exposes a wasm C API. Unfortunately though there's not really a great way to download this runtime for your platform or configure this. It'd be good to have a "run this command" style thing to accelerate macro invocations locally.

Contributor Guide