{"id":15012030,"url":"https://github.com/wokwi/pioasm-wasm","last_synced_at":"2025-04-12T03:31:17.122Z","repository":{"id":50123241,"uuid":"373533087","full_name":"wokwi/pioasm-wasm","owner":"wokwi","description":"Raspberry Pi Pico pioasm compiled to Web Assembly","archived":false,"fork":false,"pushed_at":"2021-06-23T13:27:11.000Z","size":17,"stargazers_count":20,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T23:23:15.818Z","etag":null,"topics":["pi-pico","pio","raspberry-pi-pico","web-assembly"],"latest_commit_sha":null,"homepage":"https://wokwi.com/tools/pioasm","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wokwi.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":"2021-06-03T14:18:43.000Z","updated_at":"2025-03-18T00:42:37.000Z","dependencies_parsed_at":"2022-09-26T20:00:48.290Z","dependency_job_id":null,"html_url":"https://github.com/wokwi/pioasm-wasm","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wokwi%2Fpioasm-wasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wokwi%2Fpioasm-wasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wokwi%2Fpioasm-wasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wokwi%2Fpioasm-wasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wokwi","download_url":"https://codeload.github.com/wokwi/pioasm-wasm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248512578,"owners_count":21116632,"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":["pi-pico","pio","raspberry-pi-pico","web-assembly"],"created_at":"2024-09-24T19:42:01.483Z","updated_at":"2025-04-12T03:31:15.170Z","avatar_url":"https://github.com/wokwi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pioasm-wasm\n\nRaspberry Pi Pico pioasm tool compiled to Web Assembly.\n\n## Online pioasm\n\nThe online version of pioasm allows you to compile PIO assembly code to C/Python/Ada right in your browser:\n\nhttps://wokwi.com/tools/pioasm\n\n## Library usage example\n\nYou can install the library from npm:\n\n```\nnpm install --save pioasm\n```\n\nor yarn:\n\n```\nyarn add pioasm\n```\n\nUsage example:\n\n```javascript\nimport { PIOAssembler } from 'pioasm';\n\nconst source = `\n  .program blink\n  pull block\n  out y, 32\n`;\n\nconst pioasm = new PIOAssembler();\npioasm.assemble(source).then(result =\u003e {\n  console.log(result.output);\n})\n```\n\n## License\n\nThis project, excluding pioasm, is released under the MIT license. Consult [the LICENSE file](LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwokwi%2Fpioasm-wasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwokwi%2Fpioasm-wasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwokwi%2Fpioasm-wasm/lists"}