Skip to content

WASM Support? File/Page Interface

So the AbsurdSQL is doing some clever stuff of overriding the SQL.js file read/writing of pages to IndexDB (only guarantee storage layer in the browser).

What I'd love to do it compile a go driven app to WASM where it can write the data (game dev). There are bindings for go to access IndexDB but I'm not seeing a way to interface with cznic/sqlite to make this possible.

Thoughts?

Edited by Delaney Gillilan