{"id":15663596,"url":"https://github.com/xtuc/webassembly-feature","last_synced_at":"2025-05-05T23:32:07.638Z","repository":{"id":65420853,"uuid":"178287887","full_name":"xtuc/webassembly-feature","owner":"xtuc","description":"Test if a WebAssembly feature is supported","archived":false,"fork":false,"pushed_at":"2020-02-01T23:58:21.000Z","size":14,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T12:25:29.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sauleau.com/notes/test-if-a-WebAssembly-feature-is-supported.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xtuc.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":"2019-03-28T21:55:36.000Z","updated_at":"2024-01-13T23:59:42.000Z","dependencies_parsed_at":"2023-01-22T19:55:11.657Z","dependency_job_id":null,"html_url":"https://github.com/xtuc/webassembly-feature","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtuc%2Fwebassembly-feature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtuc%2Fwebassembly-feature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtuc%2Fwebassembly-feature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtuc%2Fwebassembly-feature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtuc","download_url":"https://codeload.github.com/xtuc/webassembly-feature/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252592863,"owners_count":21773346,"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":[],"created_at":"2024-10-03T13:38:35.459Z","updated_at":"2025-05-05T23:32:07.614Z","avatar_url":"https://github.com/xtuc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webassembly-feature\n\n\u003e Test if a WebAssembly feature is supported\n\n## Install\n\nUsing npm:\n\n```sh\nnpm install --save webassembly-feature\n```\n\nor using yarn:\n\n```sh\nyarn add webassembly-feature\n```\n\n## Usage\n\nAPI:\n\n```js\nconst supports = require(\"webassembly-feature\");\n\nconsole.log(supports[\"JS-BigInt-integration\"]()); // false\nconsole.log(supports[\"multi-value\"]());           // false\nconsole.log(supports[\"mutable-global\"]());        // true\nconsole.log(supports[\"simd\"]());                  // false\n```\n\nDemo: https://sauleau.com/notes/test-if-a-WebAssembly-feature-is-supported.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtuc%2Fwebassembly-feature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtuc%2Fwebassembly-feature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtuc%2Fwebassembly-feature/lists"}