garu-ko 0.2.4 → 0.2.6
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
CHANGED
package/package.json
CHANGED
package/pkg/garu_wasm.js
CHANGED
|
@@ -82,7 +82,7 @@ export class GaruWasm {
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
if (Symbol.dispose) GaruWasm.prototype[Symbol.dispose] = GaruWasm.prototype.free;
|
|
85
|
-
import * as import1 from "./snippets/garu-core-
|
|
85
|
+
import * as import1 from "./snippets/garu-core-82ebac66ba12d856/inline0.js"
|
|
86
86
|
|
|
87
87
|
function __wbg_get_imports() {
|
|
88
88
|
const import0 = {
|
|
@@ -143,7 +143,7 @@ function __wbg_get_imports() {
|
|
|
143
143
|
return {
|
|
144
144
|
__proto__: null,
|
|
145
145
|
"./garu_wasm_bg.js": import0,
|
|
146
|
-
"./snippets/garu-core-
|
|
146
|
+
"./snippets/garu-core-82ebac66ba12d856/inline0.js": import1,
|
|
147
147
|
};
|
|
148
148
|
}
|
|
149
149
|
|
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(); }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function performance_now() { return performance.now(); }
|