rollup-plugin-rust icon indicating copy to clipboard operation
rollup-plugin-rust copied to clipboard

Rollup plugin for bundling and importing Rust crates.

Results 7 rollup-plugin-rust issues
Sort by recently updated
recently updated
newest added

Do you think it is a good idea to create an async module in which the init() method is awaited for. The consumer must be able to handle the top-level-await...

so far the target for wasm-pack is hard coded to `web`: https://github.com/wasm-tool/rollup-plugin-rust/blob/6138501796e8d67ef21365f280c88bf60a8b512e/index.js#L148 However, I wanna build and rollup a library which then another one should should bundle. Thus, I need...

I have a small issue when using this plugin with rollup in watch mode. When doing a rust file modification, it seems rollup is bundles the project in two pass,...

i managed to use this rollup plugin with svelte, but sveltekit has changed rollup to vite as build tool. is there wasm-tool/plugin for Vite existing?

I am really a big fan of this plugin, thank you for maintaining it! I have a Vite Web Worker where I'm using this plugin. Funny enough, it works in...

When using this plugin in Vite, modifying rust files does not trigger a reload. Here is a minimal repro: https://github.com/darichey/rollup-plugin-rust-watch-issue-demo Using `vite --debug`, I can see this in the logs...

Adds option to transpile wasm to JS using `wasm2js` tool. This feature would be great for old browser support as well as e.g. writing chrome extensions (which is why I...