@yodaos-pkg/aix 0.3.0 → 0.3.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/jsr.json +1 -1
- package/package.json +1 -1
- package/pkg/aix_web.js +3 -0
- package/pkg/aix_web_bg.wasm +0 -0
- package/pkg/package.json +1 -1
package/jsr.json
CHANGED
package/package.json
CHANGED
package/pkg/aix_web.js
CHANGED
|
@@ -140,6 +140,9 @@ function __wbg_get_imports() {
|
|
|
140
140
|
__wbg_set_f43e577aea94465b: function(arg0, arg1, arg2) {
|
|
141
141
|
arg0[arg1 >>> 0] = arg2;
|
|
142
142
|
},
|
|
143
|
+
__wbg_warn_cf65167dc0d7a3d1: function(arg0, arg1) {
|
|
144
|
+
console.warn(getStringFromWasm0(arg0, arg1));
|
|
145
|
+
},
|
|
143
146
|
__wbindgen_cast_0000000000000001: function(arg0) {
|
|
144
147
|
// Cast intrinsic for `F64 -> Externref`.
|
|
145
148
|
const ret = arg0;
|
package/pkg/aix_web_bg.wasm
CHANGED
|
Binary file
|