@rhwp/core 0.7.6 → 0.7.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/package.json +1 -1
- package/rhwp.js +1 -1
- package/rhwp_bg.wasm +0 -0
package/package.json
CHANGED
package/rhwp.js
CHANGED
|
@@ -5929,7 +5929,7 @@ function __wbg_get_imports() {
|
|
|
5929
5929
|
__wbg_lineTo_c9f1e0dd4824ae31: function(arg0, arg1, arg2) {
|
|
5930
5930
|
arg0.lineTo(arg1, arg2);
|
|
5931
5931
|
},
|
|
5932
|
-
|
|
5932
|
+
__wbg_measureTextWidth_570c480655e94d3b: function(arg0, arg1, arg2, arg3) {
|
|
5933
5933
|
const ret = globalThis.measureTextWidth(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3));
|
|
5934
5934
|
return ret;
|
|
5935
5935
|
},
|
package/rhwp_bg.wasm
CHANGED
|
Binary file
|