garu-ko 0.7.2 → 0.7.3
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
CHANGED
package/pkg/garu_wasm.js
CHANGED
|
@@ -121,7 +121,7 @@ export class GaruWasm {
|
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
if (Symbol.dispose) GaruWasm.prototype[Symbol.dispose] = GaruWasm.prototype.free;
|
|
124
|
-
import * as import1 from "./snippets/garu-core-
|
|
124
|
+
import * as import1 from "./snippets/garu-core-996c7dd407e72272/inline0.js"
|
|
125
125
|
|
|
126
126
|
function __wbg_get_imports() {
|
|
127
127
|
const import0 = {
|
|
@@ -180,7 +180,7 @@ function __wbg_get_imports() {
|
|
|
180
180
|
return {
|
|
181
181
|
__proto__: null,
|
|
182
182
|
"./garu_wasm_bg.js": import0,
|
|
183
|
-
"./snippets/garu-core-
|
|
183
|
+
"./snippets/garu-core-996c7dd407e72272/inline0.js": import1,
|
|
184
184
|
};
|
|
185
185
|
}
|
|
186
186
|
|
package/pkg/garu_wasm_bg.wasm
CHANGED
|
Binary file
|
package/pkg/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function performance_now() { return performance.now(); }
|