dtolnay/watt

Improve access to a precompiled wasm runtime

オープン

#17 opened on 2019/10/30

 (0 件のコメント) (2 件のリアクション) (0 人の担当者)Rust (31 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (1,522 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド