{"id":18882163,"url":"https://github.com/cub3d/wasm89","last_synced_at":"2026-02-21T11:30:15.326Z","repository":{"id":240456728,"uuid":"801284937","full_name":"CUB3D/wasm89","owner":"CUB3D","description":"C89 WASM, escape vendor toolchains","archived":false,"fork":false,"pushed_at":"2024-07-17T02:22:18.000Z","size":1377,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T03:42:30.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"WebAssembly","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/CUB3D.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":"2024-05-16T00:00:00.000Z","updated_at":"2024-11-22T04:35:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4394543-b53b-4ec1-bf75-426885b75fa9","html_url":"https://github.com/CUB3D/wasm89","commit_stats":null,"previous_names":["cub3d/wasm89"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CUB3D%2Fwasm89","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CUB3D%2Fwasm89/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CUB3D%2Fwasm89/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CUB3D%2Fwasm89/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CUB3D","download_url":"https://codeload.github.com/CUB3D/wasm89/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239850432,"owners_count":19707349,"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-11-08T06:54:25.526Z","updated_at":"2026-02-21T11:30:15.281Z","avatar_url":"https://github.com/CUB3D.png","language":"WebAssembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Wasm89 - Wasm for bad compilers\n\nThis is a port of [wac-esp](https://github.com/grassel/wac-esp) with the following changes to support bad/outdated c89/c90 compilers, for when you have to deal with outdated vendor toolchains.\n\n### Changes:\n- Removed dependency on `stdint.h`\n- Doesn't need `snprintf`\n- Comments style changed from `//` to `/*`\n- Removed ESP specific code\n- Replaced `clz`/`popcnt`/etc builtins with slow c versions\n- Replaced c89 missing float ops\n- Moved inline variable definitions to start of function\n- Added `extern \"C\"` guards for use from c++\n- Added support for \"Sign Extention Extension\"\n- Add test environment\n- Passes a large amount of WG-1.0\n\n### Compiler requirements:\nThis currently requires the following non-standard features, pull requests to change this are welcome:\n- A 64 bit integer type `long long` / `_int64`\n- Parser support for variadic macros (or remove all the logs)\n\n### Compiler support:\n- clang\n- gcc\n- MSVC 2008 or newer (Tested with 15.0.21022.08)\n\n\n### Architecture support:\n- ARMv4T\n- ARM64\n- x86\n- x86_64\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcub3d%2Fwasm89","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcub3d%2Fwasm89","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcub3d%2Fwasm89/lists"}