mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
perf: ship prebuilt wasm artifacts by default
This commit is contained in:
15
vendor/wasm/pkg/package.json
vendored
Normal file
15
vendor/wasm/pkg/package.json
vendored
Normal 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/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user