{"id":18866457,"url":"https://github.com/nordcloud/nordcloud-webassembly-lambda-demo","last_synced_at":"2025-08-16T19:08:31.118Z","repository":{"id":54745681,"uuid":"522603156","full_name":"nordcloud/nordcloud-webassembly-lambda-demo","owner":"nordcloud","description":"Nordcloud WebAssembly Lambda Demo","archived":false,"fork":false,"pushed_at":"2023-07-19T20:33:13.000Z","size":15048,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-30T14:32:45.476Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/nordcloud.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":"2022-08-08T15:21:50.000Z","updated_at":"2022-08-10T15:14:07.000Z","dependencies_parsed_at":"2024-12-30T22:33:10.556Z","dependency_job_id":null,"html_url":"https://github.com/nordcloud/nordcloud-webassembly-lambda-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nordcloud/nordcloud-webassembly-lambda-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Fnordcloud-webassembly-lambda-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Fnordcloud-webassembly-lambda-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Fnordcloud-webassembly-lambda-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Fnordcloud-webassembly-lambda-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nordcloud","download_url":"https://codeload.github.com/nordcloud/nordcloud-webassembly-lambda-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nordcloud%2Fnordcloud-webassembly-lambda-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270757690,"owners_count":24640119,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-08T05:06:36.242Z","updated_at":"2025-08-16T19:08:31.093Z","avatar_url":"https://github.com/nordcloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nordcloud WebAssembly Lambda Demo\nKenneth Falck \u003ckennu@nordcloud.com\u003e 2022\n\n## Overview\n\nThis demo deploys Lambda functions that execute WebAssembly code using Node.js - [source](https://github.com/nordcloud/nordcloud-webassembly-lambda-demo/blob/master/lib/webassembly.function.ts).\n\nThe WebAssembly applications are built using a few different tools:\n\n* AssemblyScript: Compile .ts into .wasm - [source](https://github.com/nordcloud/nordcloud-webassembly-lambda-demo/blob/master/wasm/demo-as.ts)\n* C and WASI SDK: Compile .c into .wasm - [source](https://github.com/nordcloud/nordcloud-webassembly-lambda-demo/blob/master/wasm/demo-c.c)\n* C++ and WASI SDK: Compile .cpp into .wasm [source](https://github.com/nordcloud/nordcloud-webassembly-lambda-demo/blob/master/wasm/demo-cpp.cpp)\n\nThe demo also includes a simple UI to show the output of the Lambda functions - [source](https://github.com/nordcloud/nordcloud-webassembly-lambda-demo/tree/master/ui).\n\n## Prerequisites\n\nTo deploy this app, you need:\n\n* Node.js 16.x or later\n\nTo build the WebAssembly applications, you need:\n\n* clang (e.g. apt install clang)\n* [wasi-sdk-16.0](https://github.com/WebAssembly/wasi-sdk) installed in $HOME\n\nPre-built .wasm files are also included in the project in the wasm subdirectory.\n\n## Installation\n\nTo install dependencies, run:\n\n    npm install\n\n## Building\n\nTo build the WebAssembly applications, run:\n\n    npm run build\n\nTo build the web UI, run:\n\n    npm run build:ui\n\n## Deployment\n\nTo deploy the project using AWS CDK, run:\n\n    npm run deploy:dev:us\n    npm run deploy:dev\n\nNote that the us-east-1 stack must be deployed first so that CloudFront can use the certificate.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnordcloud%2Fnordcloud-webassembly-lambda-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnordcloud%2Fnordcloud-webassembly-lambda-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnordcloud%2Fnordcloud-webassembly-lambda-demo/lists"}