@swmansion/smelter-browser-render 0.3.0-rc.0 → 0.3.0
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/dist/index.js +4 -4
- package/dist/smelter.wasm +0 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -268,11 +268,11 @@ function create_renderer(options) {
|
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
function __wbg_adapter_60(arg0, arg1, arg2) {
|
|
271
|
-
wasm.
|
|
271
|
+
wasm.closure1078_externref_shim(arg0, arg1, arg2);
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
function __wbg_adapter_739(arg0, arg1, arg2, arg3) {
|
|
275
|
-
wasm.
|
|
275
|
+
wasm.closure3262_externref_shim(arg0, arg1, arg2, arg3);
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
|
|
@@ -1809,8 +1809,8 @@ function __wbg_get_imports() {
|
|
|
1809
1809
|
const ret = false;
|
|
1810
1810
|
return ret;
|
|
1811
1811
|
};
|
|
1812
|
-
imports.wbg.
|
|
1813
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1812
|
+
imports.wbg.__wbindgen_closure_wrapper2918 = function(arg0, arg1, arg2) {
|
|
1813
|
+
const ret = makeMutClosure(arg0, arg1, 1079, __wbg_adapter_60);
|
|
1814
1814
|
return ret;
|
|
1815
1815
|
};
|
|
1816
1816
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/dist/smelter.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swmansion/smelter-browser-render",
|
|
3
|
-
"version": "0.3.0
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"author": "Software Mansion <contact@swmansion.com>",
|
|
5
5
|
"license": "SEE LICENSE IN ./LICENSE",
|
|
6
6
|
"description": "Smelter rendering engine compiled to WASM",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"wasm-pack": "^0.13.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@swmansion/smelter": "0.3.0
|
|
24
|
+
"@swmansion/smelter": "^0.3.0"
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"lint": "eslint .",
|