dtolnay/watt

Improve access to a precompiled wasm runtime

Aberta

#17 aberto em 30 de out. de 2019

 (0 comentário) (2 reações) (0 responsável)Rust (31 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (1.522 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador