Add WASM to website
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-07-18 09:21:11 -06:00
parent 8c17859a11
commit cf03e29315
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
10 changed files with 243 additions and 4 deletions

15
thecockpit/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "thecockpit",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "wasm-pack build --target web"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"wasm-pack": "^0.13.1"
}
}