chore: add wasm console demo

This commit is contained in:
Sameh Abouel-saad
2025-05-26 13:22:42 +03:00
parent 1e52c572d2
commit 44b4dfd6a7
14 changed files with 1138 additions and 14 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "wasm_app",
"type": "module",
"version": "0.1.0",
"files": [
"wasm_app_bg.wasm",
"wasm_app.js",
"wasm_app.d.ts"
],
"main": "wasm_app.js",
"types": "wasm_app.d.ts",
"sideEffects": [
"./snippets/*"
]
}