@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 +1 -1
- package/package.json +1 -1
- package/rgskin.js +8 -8
- package/rgskin_bg.wasm +0 -0
package/README.md
CHANGED
package/package.json
CHANGED
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|