-
return
Can I be of some help? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
you need to use |
Beta Was this translation helpful? Give feedback.
-
@ptitSeb Also, I'm interested in |
Beta Was this translation helpful? Give feedback.
-
@ptitSeb Finally, as a noob question, if I write wasm with tcp/udp function, can I embed it in a non-rust environment? (e.g. c++ or python?)🤔 |
Beta Was this translation helpful? Give feedback.
you need to use
--net
to enable network. Use--help
for more details.