WASM Binary Module Loader for Webpack

A simple .wasm binary file loader for Webpack. Import your wasm modules directly into your bundle as Constructors
returning of WebAssembly.Instance. This avoids the need of using fetch and parse for your wasm files. Imported wasm files
are converted to Ui… Read more

Similar