{"id":13578939,"url":"https://github.com/kwonoj/protobuf-wasm","last_synced_at":"2026-04-01T22:39:40.418Z","repository":{"id":66079769,"uuid":"117490612","full_name":"kwonoj/protobuf-wasm","owner":"kwonoj","description":null,"archived":false,"fork":false,"pushed_at":"2019-07-29T23:07:44.000Z","size":21,"stargazers_count":30,"open_issues_count":1,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-03-27T23:42:12.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/kwonoj.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}},"created_at":"2018-01-15T03:05:02.000Z","updated_at":"2024-05-17T08:48:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f1269f6-179e-4692-81a8-9b23ddac3fc5","html_url":"https://github.com/kwonoj/protobuf-wasm","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kwonoj/protobuf-wasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwonoj%2Fprotobuf-wasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwonoj%2Fprotobuf-wasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwonoj%2Fprotobuf-wasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwonoj%2Fprotobuf-wasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kwonoj","download_url":"https://codeload.github.com/kwonoj/protobuf-wasm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwonoj%2Fprotobuf-wasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-08-01T15:01:35.192Z","updated_at":"2026-04-01T22:39:40.392Z","avatar_url":"https://github.com/kwonoj.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# protobuf-wasm\n\nThis repo contains small set of patches to protobuf (3.9.0) to build protobuf via [emscripten](https://github.com/kripken/emscripten). Simply apply all patches to protobuf source code, then run emcc. If you'd like to check example build, there is [docker image] (https://github.com/kwonoj/docker-arch-emscripten/blob/master/Dockerfile)\n\n`protoc` compiler will not be built but any code generate by the standard protoc is compatible with emscripten.\n\n```\nsh autogen.sh\nemconfigure ./configure\nemmake Make\n```\n\nwill generate a dynamic library in src/.libs/ called libprotobuf.$(VERSION).[so|dylib]. Though the suffix suggests that this is a regular dylib, it contains emscripten bytecode. Change the suffix to .bc and you'll be able to link it into your emscripten project.\n\nThese patches are based on prior work of https://github.com/invokr/protobuf-emscripten and follows same license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwonoj%2Fprotobuf-wasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwonoj%2Fprotobuf-wasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwonoj%2Fprotobuf-wasm/lists"}