objectbox-go icon indicating copy to clipboard operation
objectbox-go copied to clipboard

WASM

Open ghost opened this issue 6 years ago • 1 comments

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

Any ideas ?

ghost avatar Dec 16 '18 20:12 ghost

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.

vaind avatar Dec 18 '18 07:12 vaind