{"id":21853315,"url":"https://github.com/emnudge/rollup-plugin-wat","last_synced_at":"2026-05-17T17:04:00.636Z","repository":{"id":181878661,"uuid":"667600485","full_name":"EmNudge/rollup-plugin-wat","owner":"EmNudge","description":"Import WAT files with Rollup","archived":false,"fork":false,"pushed_at":"2023-07-20T03:55:31.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-01T07:53:48.197Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EmNudge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-17T22:15:46.000Z","updated_at":"2023-07-19T06:01:08.000Z","dependencies_parsed_at":"2025-09-12T00:32:58.971Z","dependency_job_id":null,"html_url":"https://github.com/EmNudge/rollup-plugin-wat","commit_stats":null,"previous_names":["emnudge/rollup-plugin-wat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EmNudge/rollup-plugin-wat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmNudge%2Frollup-plugin-wat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmNudge%2Frollup-plugin-wat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmNudge%2Frollup-plugin-wat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmNudge%2Frollup-plugin-wat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmNudge","download_url":"https://codeload.github.com/EmNudge/rollup-plugin-wat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmNudge%2Frollup-plugin-wat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274732438,"owners_count":25339345,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-28T01:21:43.857Z","updated_at":"2026-05-17T17:03:55.601Z","avatar_url":"https://github.com/EmNudge.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rollup-plugin-wat\n\nA Rollup plugin for directly importing \"[WebAssembly Text Format](https://developer.mozilla.org/en-US/docs/WebAssembly/Understanding_the_text_format)\" files.\n\nImports are dynamically typed via creation of a local `.d.ts` file next to the `.wat` source.\n\nhttps://github.com/EmNudge/rollup-plugin-wat/assets/24513691/324ab107-8969-4e3d-8553-aeacdd028e9a\n\n## Install\n\nusing npm\n```sh\nnpm install --save-dev @emnudge/rollup-plugin-wat \n```\n\n## Usage\n\nAdd the plugin to your `plugins` array in your `rollup.config.js` file.\n\n```js\nimport { wat } from '@emnudge/rollup-plugin-wat';\n\nexport default {\n  // ...some other config\n  plugins: [wat()]\n}\n```\n\n## Credits\n\n* General package setup copied from [@rollup/plugin-wasm](https://github.com/rollup/plugins/tree/master/packages/wasm).\n* [wat2wasm](https://github.com/WebAssembly/wabt) npm package from [AssemblyScript](https://github.com/AssemblyScript/wabt.js) for creating wasm from wat files\n* [webassembly.js](https://github.com/xtuc/webassemblyjs) for the AST used for extracting type information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femnudge%2Frollup-plugin-wat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femnudge%2Frollup-plugin-wat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femnudge%2Frollup-plugin-wat/lists"}