@r2o3/rgskin-nodejs 0.0.6 → 0.0.7

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/README.md CHANGED
@@ -44,7 +44,7 @@ A library for loading and creating skins for various rhythm games. It supports m
44
44
  Add this to your `Cargo.toml`:
45
45
  ```toml
46
46
  [dependencies]
47
- rgskin = "0.0.6"
47
+ rgskin = "0.0.7"
48
48
  ```
49
49
 
50
50
  Or run:
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "menvae"
5
5
  ],
6
6
  "description": "A library for converting, loading and creating skins for various rhythm games.",
7
- "version": "0.0.6",
7
+ "version": "0.0.7",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
package/rgskin.js CHANGED
@@ -2,7 +2,7 @@
2
2
  let imports = {};
3
3
  imports['__wbindgen_placeholder__'] = module.exports;
4
4
 
5
- const { createDirAll, isDirectory, joinPath, readDir, readFileBytes, readFileString, writeFile } = require(String.raw`./snippets/rgskin-8f133b2515c75408/inline0.js`);
5
+ const { createDirAll, isDirectory, joinPath, readDir, readFileBytes, readFileString, writeFile } = require(String.raw`./snippets/rgskin-694d57d541a6278e/inline0.js`);
6
6
 
7
7
  function addToExternrefTable0(obj) {
8
8
  const idx = wasm.__externref_table_alloc();
@@ -5707,7 +5707,7 @@ exports.__wbg___wbindgen_throw_dd24417ed36fc46e = function(arg0, arg1) {
5707
5707
  throw new Error(getStringFromWasm0(arg0, arg1));
5708
5708
  };
5709
5709
 
5710
- exports.__wbg_createDirAll_170575e19256a2d4 = function() { return handleError(function (arg0, arg1) {
5710
+ exports.__wbg_createDirAll_17dd8c55ee47dd77 = function() { return handleError(function (arg0, arg1) {
5711
5711
  createDirAll(getStringFromWasm0(arg0, arg1));
5712
5712
  }, arguments) };
5713
5713
 
@@ -5726,12 +5726,12 @@ exports.__wbg_get_6b7bd52aca3f9671 = function(arg0, arg1) {
5726
5726
  return ret;
5727
5727
  };
5728
5728
 
5729
- exports.__wbg_isDirectory_05f3d3d916186588 = function() { return handleError(function (arg0, arg1) {
5729
+ exports.__wbg_isDirectory_5e764ca2f3c66680 = function() { return handleError(function (arg0, arg1) {
5730
5730
  const ret = isDirectory(getStringFromWasm0(arg0, arg1));
5731
5731
  return ret;
5732
5732
  }, arguments) };
5733
5733
 
5734
- exports.__wbg_joinPath_9dc05c716a1dd5e6 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
5734
+ exports.__wbg_joinPath_353da32424135c07 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
5735
5735
  const ret = joinPath(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
5736
5736
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
5737
5737
  const len1 = WASM_VECTOR_LEN;
@@ -5793,17 +5793,17 @@ exports.__wbg_quakeymode_unwrap = function(arg0) {
5793
5793
  return ret;
5794
5794
  };
5795
5795
 
5796
- exports.__wbg_readDir_a354ae11474d6793 = function() { return handleError(function (arg0, arg1) {
5796
+ exports.__wbg_readDir_1a73c231a8f34ff6 = function() { return handleError(function (arg0, arg1) {
5797
5797
  const ret = readDir(getStringFromWasm0(arg0, arg1));
5798
5798
  return ret;
5799
5799
  }, arguments) };
5800
5800
 
5801
- exports.__wbg_readFileBytes_c0e41f15cab20875 = function() { return handleError(function (arg0, arg1) {
5801
+ exports.__wbg_readFileBytes_025caf20f1ac881b = function() { return handleError(function (arg0, arg1) {
5802
5802
  const ret = readFileBytes(getStringFromWasm0(arg0, arg1));
5803
5803
  return ret;
5804
5804
  }, arguments) };
5805
5805
 
5806
- exports.__wbg_readFileString_5fc6abd83b694120 = function() { return handleError(function (arg0, arg1, arg2) {
5806
+ exports.__wbg_readFileString_0bd8d20decb5df5e = function() { return handleError(function (arg0, arg1, arg2) {
5807
5807
  const ret = readFileString(getStringFromWasm0(arg1, arg2));
5808
5808
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
5809
5809
  const len1 = WASM_VECTOR_LEN;
@@ -5811,7 +5811,7 @@ exports.__wbg_readFileString_5fc6abd83b694120 = function() { return handleError(
5811
5811
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
5812
5812
  }, arguments) };
5813
5813
 
5814
- exports.__wbg_writeFile_0884471a7d47b37b = function() { return handleError(function (arg0, arg1, arg2, arg3) {
5814
+ exports.__wbg_writeFile_bed5a7cbcd21c281 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
5815
5815
  writeFile(getStringFromWasm0(arg0, arg1), getArrayU8FromWasm0(arg2, arg3));
5816
5816
  }, arguments) };
5817
5817
 
package/rgskin_bg.wasm CHANGED
Binary file