{"id":16905144,"url":"https://github.com/jlegrone/optimize-wasm-webpack-plugin","last_synced_at":"2025-04-11T14:43:55.802Z","repository":{"id":57315813,"uuid":"162911021","full_name":"jlegrone/optimize-wasm-webpack-plugin","owner":"jlegrone","description":"Webpack plugin for optimizing the size of wasm files","archived":false,"fork":false,"pushed_at":"2020-06-02T00:39:23.000Z","size":2876,"stargazers_count":7,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T10:55:18.507Z","etag":null,"topics":["webassembly","webpack"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jlegrone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-23T17:29:50.000Z","updated_at":"2021-08-08T23:08:19.000Z","dependencies_parsed_at":"2022-08-25T22:40:49.016Z","dependency_job_id":null,"html_url":"https://github.com/jlegrone/optimize-wasm-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlegrone%2Foptimize-wasm-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlegrone%2Foptimize-wasm-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlegrone%2Foptimize-wasm-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlegrone%2Foptimize-wasm-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlegrone","download_url":"https://codeload.github.com/jlegrone/optimize-wasm-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248420649,"owners_count":21100441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["webassembly","webpack"],"created_at":"2024-10-13T18:37:21.602Z","updated_at":"2025-04-11T14:43:55.783Z","avatar_url":"https://github.com/jlegrone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/webpack/webpack\"\u003e\n    \u003cimg width=\"200\" height=\"200\" src=\"https://webpack.js.org/assets/icon-square-big.svg\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n[![npm][npm]][npm-url]\n[![node][node]][node-url]\n[![deps][deps]][deps-url]\n[![tests][tests]][tests-url]\n[![cover][cover]][cover-url]\n[![size][size]][size-url]\n\n# optimize-wasm-webpack-plugin\n\nThis plugin uses [binaryen](https://github.com/WebAssembly/binaryen) to optimize your WebAssembly.\n\n## Requirements\n\nThis module requires a minimum of Node v6.11.5 and Webpack v4.0.0.\n\n## Getting Started\n\nTo begin, you'll need to install `optimize-wasm-webpack-plugin`:\n\n```console\n$ npm install optimize-wasm-webpack-plugin --save-dev\n```\n\nThen add the plugin to your `webpack` config. For example:\n\n**webpack.config.js**\n\n```js\nconst OptimizeWasmPlugin = require('optimize-wasm-webpack-plugin');\n\nmodule.exports = {\n  optimization: {\n    minimizer: [new OptimizeWasmPlugin()],\n  },\n};\n```\n\nAnd run `webpack` via your preferred method.\n\n## License\n\n[Apache 2.0](./LICENSE)\n\n[npm]: https://img.shields.io/npm/v/optimize-wasm-webpack-plugin.svg\n[npm-url]: https://npmjs.com/package/optimize-wasm-webpack-plugin\n[node]: https://img.shields.io/node/v/optimize-wasm-webpack-plugin.svg\n[node-url]: https://nodejs.org\n[deps]: https://david-dm.org/jlegrone/optimize-wasm-webpack-plugin.svg\n[deps-url]: https://david-dm.org/jlegrone/optimize-wasm-webpack-plugin\n[tests]: https://img.shields.io/travis/jlegrone/optimize-wasm-webpack-plugin.svg\n[tests-url]: https://travis-ci.org/jlegrone/optimize-wasm-webpack-plugin\n[cover]: https://codecov.io/gh/jlegrone/optimize-wasm-webpack-plugin/branch/master/graph/badge.svg\n[cover-url]: https://codecov.io/gh/jlegrone/optimize-wasm-webpack-plugin\n[size]: https://packagephobia.now.sh/badge?p=optimize-wasm-webpack-plugin\n[size-url]: https://packagephobia.now.sh/result?p=optimize-wasm-webpack-plugin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlegrone%2Foptimize-wasm-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlegrone%2Foptimize-wasm-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlegrone%2Foptimize-wasm-webpack-plugin/lists"}