garu-ko 0.9.0 → 0.9.1
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/models/base.gmdl
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/pkg/garu_wasm.js
CHANGED
|
@@ -119,7 +119,7 @@ export class GaruWasm {
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
if (Symbol.dispose) GaruWasm.prototype[Symbol.dispose] = GaruWasm.prototype.free;
|
|
122
|
-
import * as import1 from "./snippets/garu-core-
|
|
122
|
+
import * as import1 from "./snippets/garu-core-258b8d34fad9321e/inline0.js"
|
|
123
123
|
|
|
124
124
|
function __wbg_get_imports() {
|
|
125
125
|
const import0 = {
|
|
@@ -178,7 +178,7 @@ function __wbg_get_imports() {
|
|
|
178
178
|
return {
|
|
179
179
|
__proto__: null,
|
|
180
180
|
"./garu_wasm_bg.js": import0,
|
|
181
|
-
"./snippets/garu-core-
|
|
181
|
+
"./snippets/garu-core-258b8d34fad9321e/inline0.js": import1,
|
|
182
182
|
};
|
|
183
183
|
}
|
|
184
184
|
|
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(); }
|