This commit is contained in:
2025-04-19 19:16:58 +02:00
parent 8d707e61a2
commit 66555fcb0d
13 changed files with 2374 additions and 794 deletions

12
www/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "webassembly-crypto-example",
"version": "1.0.0",
"description": "WebAssembly Crypto Example",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2"
}
}