small fixes

This commit is contained in:
Nikita Sivukhin
2025-09-09 12:05:41 +04:00
parent 8160f4dc04
commit 816aa8b2bc
6 changed files with 3316 additions and 1213 deletions

View File

@@ -11,7 +11,7 @@ const __wasi = new __WASI({
version: 'preview1',
})
const __wasmUrl = new URL('./turso.wasm32-wasi.debug.wasm', import.meta.url).href
const __wasmUrl = new URL('./turso.wasm32-wasi.wasm', import.meta.url).href
const __emnapiContext = __emnapiGetDefaultContext()