{"id":15393580,"url":"https://github.com/luukdegram/wasmparser","last_synced_at":"2025-08-21T15:07:53.539Z","repository":{"id":98032609,"uuid":"371135041","full_name":"Luukdegram/wasmparser","owner":"Luukdegram","description":"Wasm binary parser for Zig","archived":false,"fork":false,"pushed_at":"2023-03-02T05:29:59.000Z","size":67,"stargazers_count":16,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T23:55:55.461Z","etag":null,"topics":["binary-parser","parser","wasm","wasm-bytecode","wasm-parser","wasmparser","zig","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/Luukdegram.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-26T18:36:36.000Z","updated_at":"2025-02-27T00:31:27.000Z","dependencies_parsed_at":"2023-06-26T01:03:47.339Z","dependency_job_id":null,"html_url":"https://github.com/Luukdegram/wasmparser","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":0.2666666666666667,"last_synced_commit":"8fb98b32ccad7ee82dc62b2aa85a8cb694ea789e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Luukdegram/wasmparser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luukdegram%2Fwasmparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luukdegram%2Fwasmparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luukdegram%2Fwasmparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luukdegram%2Fwasmparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luukdegram","download_url":"https://codeload.github.com/Luukdegram/wasmparser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luukdegram%2Fwasmparser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271499855,"owners_count":24770369,"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-08-21T02:00:08.990Z","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":["binary-parser","parser","wasm","wasm-bytecode","wasm-parser","wasmparser","zig","ziglang"],"created_at":"2024-10-01T15:19:42.075Z","updated_at":"2025-08-21T15:07:53.499Z","avatar_url":"https://github.com/Luukdegram.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zig WASM parser\n\nParsing library implementing the wasm spec. To be used for projects written in [zig](https://ziglang.org).\nThe goal of this library is to kickstart wasm-related projects in the Zig ecosystem. It will try to stay\non top of the latest wasm proposals and implement those.\n\nCurrently it only provides a single `parse` function that accepts any reader into wasm source bytes.\nIn the future, more options such as a state-driven parser will be added that allows for better integration\nwith CLI's and tools to provide more information to the caller.\n\n## example\n```zig\nconst wasmparser = @import(\"wasmparser\");\n\nvar result = try wasmparser.parse(allocator, some_reader);\ndefer result.deinit(allocator); // allows for memory cleanup\n\nconst module = result.module; // access the parsed Module\n\n//get first export\nconst first_export_name = module.exports[0].name;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluukdegram%2Fwasmparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluukdegram%2Fwasmparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluukdegram%2Fwasmparser/lists"}