math-core 0.2.1 → 0.2.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/math_core_bg.js +4 -4
- package/dist/math_core_bg.wasm +0 -0
- package/package.json +1 -1
package/dist/math_core_bg.js
CHANGED
|
@@ -312,7 +312,7 @@ export function __wbg_latexerror_new(arg0) {
|
|
|
312
312
|
return ret;
|
|
313
313
|
};
|
|
314
314
|
|
|
315
|
-
export function
|
|
315
|
+
export function __wbg_macros_3380c47e0edc8e5c(arg0) {
|
|
316
316
|
const ret = arg0.macros;
|
|
317
317
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
318
318
|
};
|
|
@@ -322,7 +322,7 @@ export function __wbg_next_020810e0ae8ebcb0() { return handleError(function (arg
|
|
|
322
322
|
return ret;
|
|
323
323
|
}, arguments) };
|
|
324
324
|
|
|
325
|
-
export function
|
|
325
|
+
export function __wbg_prettyPrint_ec45c2f58e4177d3(arg0, arg1) {
|
|
326
326
|
const ret = arg1.prettyPrint;
|
|
327
327
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
328
328
|
var len1 = WASM_VECTOR_LEN;
|
|
@@ -335,7 +335,7 @@ export function __wbg_size_252e34f77ca59a74(arg0) {
|
|
|
335
335
|
return ret;
|
|
336
336
|
};
|
|
337
337
|
|
|
338
|
-
export function
|
|
338
|
+
export function __wbg_throwOnError_32ac5d7046717964(arg0) {
|
|
339
339
|
const ret = arg0.throwOnError;
|
|
340
340
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
341
341
|
};
|
|
@@ -345,7 +345,7 @@ export function __wbg_value_692627309814bb8c(arg0) {
|
|
|
345
345
|
return ret;
|
|
346
346
|
};
|
|
347
347
|
|
|
348
|
-
export function
|
|
348
|
+
export function __wbg_xmlNamespace_3f74e05796c7263f(arg0) {
|
|
349
349
|
const ret = arg0.xmlNamespace;
|
|
350
350
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
351
351
|
};
|
package/dist/math_core_bg.wasm
CHANGED
|
Binary file
|