You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The combination of envy and wasm seems awesome, I'd like to help adding another programming language for it.
There're rust and c++ sdk here already, just wondering how to take the first step for that? Like, any docs or tutorial that I need to read first or something?
The text was updated successfully, but these errors were encountered:
One approach is to start from scratch and try to implement a single feature (e.g. add HTTP request headers). Once you have that working, keep adding features until you reach the complete set.
Another approach is to try to reimplement one of the existing SDKs in another language (AFAIK, AssemblyScript SDK started as reimplementation of C++ SDK, and Go SDK started as reimplementation of Rust SDK, but it evolved a lot since then).
The combination of envy and wasm seems awesome, I'd like to help adding another programming language for it.
There're rust and c++ sdk here already, just wondering how to take the first step for that? Like, any docs or tutorial that I need to read first or something?
The text was updated successfully, but these errors were encountered: