Posts
Members
Info
Import Rust Asset as Wasm w/o Writing "bindgen" into Bundle Loader
Hi there, I would love to import { run } from './lib.rs'; run(); and have Parcel compile my library to wasm (using wasm-pack) and then dynamically load the wasm module without writing the importsObject into the bundle loader (the approach taken by parcel-plugin-wasm.rs … and the…
1