I am developing Rust bindings to WebR. Because WebR is not compiled for WASI and only WebAssembly, native Rust bindings are not possible. Instead, bindings are done through wasm-bindgen which creates bindings to JavaScript. The WIP Rust crate is called webr-js-rs. Tip I’m building these bindings to support flrsh.dev. Sign up for an account to be notified when I launch our first course (a deep dive on DuckDB)! webr-js-rs works only on wasm targets. Note See this informative blog post from Mo...