objectbox / objectbox-go

Embedded Go Database, the fast alternative to SQLite, gorm, etc.
https://objectbox.io
Apache License 2.0
1.1k stars 45 forks source link

WASM #7

Open ghost opened 5 years ago

ghost commented 5 years ago

Am trying to get running as WASM, but its quite difficult to get golang and wasm to both compile to WASM.

Any ideas ?

vaind commented 5 years ago

I have not tried to compile it for WASM yet but I imagine there would be quite a few issues as that target is still pretty new. If nothing else, you would most certainly need the ObjectBox binary library targeting WASM and that's not currently available.