{"id":18412829,"url":"https://github.com/rproenza86/assemplyscript-demo","last_synced_at":"2026-05-04T00:32:50.670Z","repository":{"id":96672183,"uuid":"276087098","full_name":"rproenza86/assemplyscript-demo","owner":"rproenza86","description":"Demo to showcase how to use Webassembly with native support for AssemblyScript.","archived":false,"fork":false,"pushed_at":"2020-06-30T12:11:31.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T08:32:32.737Z","etag":null,"topics":["assemblyscript","nodejs","npm-package","typescript","webassembly"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@rproenza/assemplyscript-demo","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/rproenza86.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":"2020-06-30T12:04:25.000Z","updated_at":"2020-06-30T12:11:33.000Z","dependencies_parsed_at":"2023-04-11T15:46:15.418Z","dependency_job_id":null,"html_url":"https://github.com/rproenza86/assemplyscript-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rproenza86/assemplyscript-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rproenza86%2Fassemplyscript-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rproenza86%2Fassemplyscript-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rproenza86%2Fassemplyscript-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rproenza86%2Fassemplyscript-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rproenza86","download_url":"https://codeload.github.com/rproenza86/assemplyscript-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rproenza86%2Fassemplyscript-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["assemblyscript","nodejs","npm-package","typescript","webassembly"],"created_at":"2024-11-06T03:43:43.028Z","updated_at":"2026-05-04T00:32:50.641Z","avatar_url":"https://github.com/rproenza86.png","language":"WebAssembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [@rproenza/assemplyscript-demo](https://www.npmjs.com/package/@rproenza/assemplyscript-demo)\n\nNPM Package to create Webassembly binaries from AssemblyScript applications.\n\nThis project was created using the AssemblyScript's [Quick Start](https://www.assemblyscript.org/quick-start.html) guide to create a production ready Package with a decent framework support for development, debugging, building and publishing.\n\n## How to use\n\n### Development experience\n\n#### `npm run asbuild`\n\nBuild the application.\n\n#### `npm test`\n\nLaunches the test runner and assert the application logic proper execution.\n\n### User experience\n\n#### `npm i @rproenza/assemplyscript-demo`\n\nInstall package.\n\n```typescript\nimport * as WasTest from '@rproenza/assemplyscript-demo';\n\nconst expressPostEndpointHandler = (request, reply) =\u003e {\n    try {\n        const { firstNumber, secondNumber } = request.payload;\n\n        const wasAdditionResult = WasTest.add(firstNumber, secondNumber);\n\n        reply.response({ addition: wasAdditionResult });\n    } catch (error) {\n        reply(error);\n    }\n};\n```\n\nImport and use the package on your code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frproenza86%2Fassemplyscript-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frproenza86%2Fassemplyscript-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frproenza86%2Fassemplyscript-demo/lists"}