dtolnay/watt

Improve access to a precompiled wasm runtime

开放

#17 创建于 2019年10月30日

 (0 条评论) (2 个反应) (0 位负责人)Rust (31 个派生)github user discovery
help wanted

仓库指标

星标
 (1,522 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南