We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
trying to use the CRDT in a Golang setting and experimenting with the above targets. But it doesn't compile because of zstd
[email protected]+zstd.1.5.7: error: unable to create target: 'No available targets are compatible with triple "wasm32-unknown-unknown"'
Any plans to support general WASM / WASI and not just the TS bindings? Or any hit how to use it in a golang setting?
The text was updated successfully, but these errors were encountered:
Any plans to support general WASM / WASI and not just the TS bindings?
It's not in our plan right now. Will it make the Go binding work?
how to use it in a golang setting?
Go is not supported because we didn't find a good way to build the FFI from Rust
Sorry, something went wrong.
@zxch3n Thanks the quick answer!
Any kind of being able to use wasm generically (WASI seems to be the right thing) could help for integration.
Yeah it's not the only project that struggles with Golang FFI.
No branches or pull requests
Hi,
trying to use the CRDT in a Golang setting and experimenting with the above targets. But it doesn't compile because of zstd
[email protected]+zstd.1.5.7: error: unable to create target: 'No available targets are compatible with triple "wasm32-unknown-unknown"'
Any plans to support general WASM / WASI and not just the TS bindings? Or any hit how to use it in a golang setting?
The text was updated successfully, but these errors were encountered: