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
Please bear with me, just wrapping my mind around how the WasmEdge stack works 😅
Right or wrong? To build, say, a kafka client library and use it to create a wasm module that wasmedge can run, I'd have to fork the existing client library, and swap out its internals, have it call the low-level tcp stream functions provided by this crate.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Correct. Actually, we wrap the low-level socket operators as several tcp stream functions. To use the WASI-Socket feature, you will need to use this crate to replace the existing client library. Thanks.
Please bear with me, just wrapping my mind around how the WasmEdge stack works 😅
Right or wrong? To build, say, a kafka client library and use it to create a wasm module that wasmedge can run, I'd have to fork the existing client library, and swap out its internals, have it call the low-level tcp stream functions provided by this crate.
Thanks in advance!
The text was updated successfully, but these errors were encountered: