nucleation 0.1.32 → 0.1.39
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/nucleation.d.ts +8 -8
- package/nucleation_bg.wasm +0 -0
- package/package.json +3 -3
package/nucleation.d.ts
CHANGED
|
@@ -49,6 +49,14 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
49
49
|
|
|
50
50
|
export interface InitOutput {
|
|
51
51
|
readonly memory: WebAssembly.Memory;
|
|
52
|
+
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
53
|
+
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
54
|
+
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
55
|
+
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
56
|
+
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
57
|
+
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
58
|
+
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
59
|
+
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
52
60
|
readonly __wbg_schematicwrapper_free: (a: number, b: number) => void;
|
|
53
61
|
readonly __wbg_blockstatewrapper_free: (a: number, b: number) => void;
|
|
54
62
|
readonly schematicwrapper_new: () => number;
|
|
@@ -82,14 +90,6 @@ export interface InitOutput {
|
|
|
82
90
|
readonly debug_schematic: (a: number) => [number, number];
|
|
83
91
|
readonly debug_json_schematic: (a: number) => [number, number];
|
|
84
92
|
readonly start: () => void;
|
|
85
|
-
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
86
|
-
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
87
|
-
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
88
|
-
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
89
|
-
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
90
|
-
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
91
|
-
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
92
|
-
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
93
93
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
94
94
|
readonly __externref_table_alloc: () => number;
|
|
95
95
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
package/nucleation_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"Nano nano@schem.at"
|
|
6
6
|
],
|
|
7
7
|
"description": "A high-performance Minecraft schematic parser and utility library",
|
|
8
|
-
"version": "0.1.
|
|
8
|
+
"version": "0.1.39",
|
|
9
9
|
"license": "MIT OR Apache-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/Nano112/Nucleation"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"nucleation.js",
|
|
@@ -42,6 +42,6 @@
|
|
|
42
42
|
},
|
|
43
43
|
"./package.json": "./package.json"
|
|
44
44
|
},
|
|
45
|
-
"homepage": "https://github.com/
|
|
45
|
+
"homepage": "https://github.com/Nano112/Nucleation",
|
|
46
46
|
"author": "Nano <nano@schem.at>"
|
|
47
47
|
}
|