SNAPKITTYWEST's picture
chore: push full sov-kernel-monster content from local build
9425aed verified
Raw
History Blame Contribute Delete
471 Bytes
{
"name": "sovereign-wasm-ops",
"type": "module",
"description": "Production-ready WASM modules: Unicode normalization and deterministic cryptography",
"version": "1.0.0",
"files": [
"sovereign_wasm_ops_bg.wasm",
"sovereign_wasm_ops.js",
"sovereign_wasm_ops_bg.js",
"sovereign_wasm_ops.d.ts"
],
"main": "sovereign_wasm_ops.js",
"types": "sovereign_wasm_ops.d.ts",
"sideEffects": [
"./sovereign_wasm_ops.js",
"./snippets/*"
]
}