@swmansion/smelter-browser-render 0.4.0-rc.1 → 0.4.0-rc.2

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 CHANGED
@@ -659,6 +659,12 @@ function __wbg_get_imports() {
659
659
  const ret = fetch(arg0);
660
660
  return ret;
661
661
  },
662
+ __wbg_finish_255626a7aad7a2ee: function(arg0) {
663
+ arg0.finish();
664
+ },
665
+ __wbg_finish_66ab855eb5063bba: function(arg0) {
666
+ arg0.finish();
667
+ },
662
668
  __wbg_flush_049a445c404024c2: function(arg0) {
663
669
  arg0.flush();
664
670
  },
@@ -1537,13 +1543,13 @@ function __wbg_get_imports() {
1537
1543
  return ret;
1538
1544
  },
1539
1545
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
1540
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1106, function: Function { arguments: [Externref], shim_idx: 1107, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1546
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1094, function: Function { arguments: [Externref], shim_idx: 1095, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1541
1547
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hcc9fdb6d14a51d25, wasm_bindgen__convert__closures_____invoke__h3330ba85794318a5);
1542
1548
  return ret;
1543
1549
  },
1544
1550
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
1545
- // Cast intrinsic for `Closure(Closure { dtor_idx: 377, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 378, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1546
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h6bfe02e61abf8e08, wasm_bindgen__convert__closures_____invoke__h0007aa0ebe2210cd);
1551
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 392, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 423, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1552
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h703ca3863aed4699, wasm_bindgen__convert__closures_____invoke__h0a5294ff1262b3c9);
1547
1553
  return ret;
1548
1554
  },
1549
1555
  __wbindgen_cast_0000000000000003: function(arg0) {
@@ -1643,8 +1649,8 @@ function wasm_bindgen__convert__closures_____invoke__h3330ba85794318a5(arg0, arg
1643
1649
  }
1644
1650
  }
1645
1651
 
1646
- function wasm_bindgen__convert__closures_____invoke__h0007aa0ebe2210cd(arg0, arg1, arg2) {
1647
- const ret = wasm.wasm_bindgen__convert__closures_____invoke__h0007aa0ebe2210cd(arg0, arg1, arg2);
1652
+ function wasm_bindgen__convert__closures_____invoke__h0a5294ff1262b3c9(arg0, arg1, arg2) {
1653
+ const ret = wasm.wasm_bindgen__convert__closures_____invoke__h0a5294ff1262b3c9(arg0, arg1, arg2);
1648
1654
  if (ret[1]) {
1649
1655
  throw takeFromExternrefTable0(ret[0]);
1650
1656
  }
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.4.0-rc.1",
3
+ "version": "0.4.0-rc.2",
4
4
  "author": "Software Mansion <contact@swmansion.com>",
5
5
  "license": "SEE LICENSE IN ./LICENSE",
6
6
  "description": "Smelter rendering engine compiled to WASM",
@@ -26,7 +26,7 @@
26
26
  "wasm-pack": "^0.13.0"
27
27
  },
28
28
  "peerDependencies": {
29
- "@swmansion/smelter": "0.4.0-rc.1"
29
+ "@swmansion/smelter": "0.4.0-rc.2"
30
30
  },
31
31
  "scripts": {
32
32
  "lint": "eslint .",