Grower
Grower: General Runtime On WEb browserRs [Now Development]
A Library for development language runtimes that run on Web Browsers.
Install
Now available on crates.io.
Features
core::jsni
An implementation of JSNI (JavaScript Native Interface). JSNI is a FFI for a linear-memory between WebAssembly Runtimes and JavaScript Runtimes. You may use this API to call JavaScript functions from Rust.
For example:
use *;
let ni = new;
let return_values: = ni.call.await;