UNPKG

@wasm-tool/rollup-plugin-rust

Version:

Rollup plugin for bundling and importing Rust crates.

6 lines (4 loc) 183 B
import * as foo1 from "./foo/Cargo.toml?custom"; import * as foo2 from "./foo/Cargo.toml?custom"; await foo1.init({ module: foo1.module }); await foo2.init({ module: foo2.module });