@@ -25,7 +25,7 @@ function __wbg_get_imports() {
2525 } ,
2626 __wbg___wbindgen_bigint_get_as_i64_8fcf4ce7f1ca72a2 : function ( arg0 , arg1 ) {
2727 const v = getObject ( arg1 ) , ret = "bigint" == typeof v ? v : void 0 ;
28- getDataViewMemory0 ( ) . setBigInt64 ( arg0 + 8 , isLikeNone ( ret ) ? BigInt ( 0 ) : ret , ! 0 ) ,
28+ getDataViewMemory0 ( ) . setBigInt64 ( arg0 + 8 , isLikeNone ( ret ) ? BigInt ( 0 ) : ret , ! 0 ) ,
2929 getDataViewMemory0 ( ) . setInt32 ( arg0 + 0 , ! isLikeNone ( ret ) , ! 0 ) ;
3030 } ,
3131 __wbg___wbindgen_boolean_get_bbbb1c18aa2f5e25 : function ( arg0 ) {
@@ -224,7 +224,7 @@ function getArrayU8FromWasm0(ptr, len) {
224224let cachedDataViewMemory0 = null ;
225225
226226function getDataViewMemory0 ( ) {
227- return ( null === cachedDataViewMemory0 || ! 0 === cachedDataViewMemory0 . buffer . detached || void 0 === cachedDataViewMemory0 . buffer . detached && cachedDataViewMemory0 . buffer !== wasm . memory . buffer ) && ( cachedDataViewMemory0 = new DataView ( wasm . memory . buffer ) ) ,
227+ return ( null === cachedDataViewMemory0 || ! 0 === cachedDataViewMemory0 . buffer . detached || void 0 === cachedDataViewMemory0 . buffer . detached && cachedDataViewMemory0 . buffer !== wasm . memory . buffer ) && ( cachedDataViewMemory0 = new DataView ( wasm . memory . buffer ) ) ,
228228 cachedDataViewMemory0 ;
229229}
230230
@@ -235,7 +235,7 @@ function getStringFromWasm0(ptr, len) {
235235let cachedUint8ArrayMemory0 = null ;
236236
237237function getUint8ArrayMemory0 ( ) {
238- return null !== cachedUint8ArrayMemory0 && 0 !== cachedUint8ArrayMemory0 . byteLength || ( cachedUint8ArrayMemory0 = new Uint8Array ( wasm . memory . buffer ) ) ,
238+ return null !== cachedUint8ArrayMemory0 && 0 !== cachedUint8ArrayMemory0 . byteLength || ( cachedUint8ArrayMemory0 = new Uint8Array ( wasm . memory . buffer ) ) ,
239239 cachedUint8ArrayMemory0 ;
240240}
241241
@@ -264,7 +264,7 @@ function isLikeNone(x) {
264264function passStringToWasm0 ( arg , malloc , realloc ) {
265265 if ( void 0 === realloc ) {
266266 const buf = cachedTextEncoder . encode ( arg ) , ptr = malloc ( buf . length , 1 ) >>> 0 ;
267- return getUint8ArrayMemory0 ( ) . subarray ( ptr , ptr + buf . length ) . set ( buf ) , WASM_VECTOR_LEN = buf . length ,
267+ return getUint8ArrayMemory0 ( ) . subarray ( ptr , ptr + buf . length ) . set ( buf ) , WASM_VECTOR_LEN = buf . length ,
268268 ptr ;
269269 }
270270 let len = arg . length , ptr = malloc ( len , 1 ) >>> 0 ;
@@ -319,7 +319,7 @@ const cachedTextEncoder = new TextEncoder;
319319let wasmModule , wasm , WASM_VECTOR_LEN = 0 ;
320320
321321function __wbg_finalize_init ( instance , module ) {
322- return wasm = instance . exports , wasmModule = module , cachedDataViewMemory0 = null ,
322+ return wasm = instance . exports , wasmModule = module , cachedDataViewMemory0 = null ,
323323 cachedUint8ArrayMemory0 = null , wasm ;
324324}
325325
@@ -360,12 +360,12 @@ function initSync(module) {
360360
361361async function __wbg_init ( module_or_path ) {
362362 if ( void 0 !== wasm ) return wasm ;
363- void 0 !== module_or_path && Object . getPrototypeOf ( module_or_path ) === Object . prototype && ( { module_or_path : module_or_path } = module_or_path ) ,
363+ void 0 !== module_or_path && Object . getPrototypeOf ( module_or_path ) === Object . prototype && ( { module_or_path : module_or_path } = module_or_path ) ,
364364 void 0 === module_or_path && ( module_or_path = new URL ( "sentience_core_bg.wasm" , import . meta. url ) ) ;
365365 const imports = __wbg_get_imports ( ) ;
366366 ( "string" == typeof module_or_path || "function" == typeof Request && module_or_path instanceof Request || "function" == typeof URL && module_or_path instanceof URL ) && ( module_or_path = fetch ( module_or_path ) ) ;
367367 const { instance : instance , module : module } = await __wbg_load ( await module_or_path , imports ) ;
368368 return __wbg_finalize_init ( instance , module ) ;
369369}
370370
371- export { initSync , __wbg_init as default } ;
371+ export { initSync , __wbg_init as default } ;
0 commit comments