dtolnay/watt

Improve access to a precompiled wasm runtime

Aperta

#17 aperta il 30 ott 2019

 (0 commenti) (2 reazioni) (0 assegnatari)Rust (31 fork)github user discovery
help wanted

Metriche repository

Star
 (1522 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor