{"id":13288186,"url":"https://github.com/michalspano/wa-projects","last_synced_at":"2026-04-22T16:31:46.527Z","repository":{"id":43725311,"uuid":"511536780","full_name":"michalspano/wa-projects","owner":"michalspano","description":"Web Assembly (WA) projects within one repositery.","archived":false,"fork":false,"pushed_at":"2022-07-15T20:46:42.000Z","size":19,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T02:54:33.559Z","etag":null,"topics":["assemblyscript","typescript","web3","webassembly"],"latest_commit_sha":null,"homepage":"https://michalspano.github.io/wa-projects/","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/michalspano.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":"2022-07-07T13:22:53.000Z","updated_at":"2022-11-23T19:07:36.000Z","dependencies_parsed_at":"2022-08-27T20:03:03.387Z","dependency_job_id":null,"html_url":"https://github.com/michalspano/wa-projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michalspano/wa-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalspano%2Fwa-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalspano%2Fwa-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalspano%2Fwa-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalspano%2Fwa-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michalspano","download_url":"https://codeload.github.com/michalspano/wa-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalspano%2Fwa-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32145408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T15:33:03.595Z","status":"ssl_error","status_checked_at":"2026-04-22T15:30:42.712Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["assemblyscript","typescript","web3","webassembly"],"created_at":"2024-07-29T16:55:00.440Z","updated_at":"2026-04-22T16:31:41.520Z","avatar_url":"https://github.com/michalspano.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2\u003e\n    \u003ccode\u003eWeb Assembly\u003c/code\u003e ~ \n    \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/WebAssembly_Logo.svg/1200px-WebAssembly_Logo.svg.png\" width=\"30\", height=\"auto\" style=\"transform: translate(0, 8px);\"\u003e\n\u003c/h2\u003e\n\nHere I gather __personal projects__ made for `WA` using `Assembly Script` (AS). That is, a `TypeScript`-like language that is compiled to `Web Assembly`.\n\n### Instructions\n\nTaken from the `AS`'s official [documentation](https://www.assemblyscript.org/introduction.html).\n\n1. We assume that `npm` is installed.\n```bash\n$ npm init\n```\n\n2. We install the `AS` __compiler__.\n```bash\n$ npm install --save-dev assemblyscript\n```\n\n3. Setup an `AS` project.\n```bash\n$ npx asinit .\n```\n\n4. Compile `assembly/index.ts` to `WA`:\n```bash\n$ npm run asbuild\n```\n\n\\*we use `... asbuild:release` to compile to `WA` with __optimizations__; `... asbuild:debug` to compile to `WA` with __debug information__.\n\n5. Deploy `index.html` to localhost:\n```bash\n$ npm start\n```\n\nI'm open to any suggestions or pull requests. :+1:","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalspano%2Fwa-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichalspano%2Fwa-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalspano%2Fwa-projects/lists"}