webassembly-loader
webassembly-loader copied to clipboard
Yet another webpack-loader for importing wasm code :joy:
This PR contains a: - [ ] **bugfix** - [x] new **feature** - [x] **code refactor** - [x] **test update** - [ ] **typo fix** - [x] **documentations** - [...
> related https://github.com/DrSensor/webassembly-loader/pull/11#issuecomment-539257858 #### Rules & TODO - 3rd party actions are **not** allowed except the [official one](https://github.com/actions/) - remove `npm audit` steps (security check will be performed by github...
> from https://github.com/DrSensor/rollup-plugin-rust/issues/11 Webpack 4 has a feature to import exported function in wasm file directly (see [here](https://github.com/webpack/webpack/tree/master/examples/wasm-simple#mathjs)). Probably people more comfortable if this behavior is set as default. I...