dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Doesn't compile with v1.0.0-rc2 #40

Closed jurgenzz closed 4 years ago

jurgenzz commented 4 years ago

an error comes up:

Compile https://deno.land/x/sqlite/src/wasm.ts
error: invalid utf-8 sequence of 1 bytes from index 9
dyedgreen commented 4 years ago

Yes, this is due to: https://github.com/denoland/deno/pull/5135, and being fixed now