plugkit-wasm 0.1.410
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +17 -0
- package/plugkit.d.ts +2 -0
- package/plugkit.wasm +0 -0
- package/plugkit.wasm.sha256 +1 -0
package/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "plugkit-wasm",
|
|
3
|
+
"version": "0.1.410",
|
|
4
|
+
"description": "WASM distribution of plugkit - CLI entry point and spool dispatcher for gm",
|
|
5
|
+
"main": "plugkit.wasm",
|
|
6
|
+
"types": "plugkit.d.ts",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/AnEntrypoint/rs-plugkit.git"
|
|
10
|
+
},
|
|
11
|
+
"keywords": ["plugkit", "wasm", "gm", "spool", "dispatcher"],
|
|
12
|
+
"author": "AnEntrypoint",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"engines": {
|
|
15
|
+
"node": ">=18.0.0"
|
|
16
|
+
}
|
|
17
|
+
}
|
package/plugkit.d.ts
ADDED
package/plugkit.wasm
ADDED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0be5194bc79d88a972f835e8ac839b2f56aa1bbd46852caab6ed7e8b8e4c5bc4 plugkit.wasm
|