perf: ship prebuilt wasm artifacts by default

This commit is contained in:
Youzini-afk
2026-04-22 20:22:06 +08:00
parent b28a297b92
commit ba33054124
11 changed files with 688 additions and 8 deletions

15
vendor/wasm/pkg/package.json vendored Normal file
View File

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