ero
How can I reference multiple generics in summary?
Though if I may say, you have little reason to just return a Task without marking the method as async and awaiting it on the other end.
Documentation for methods like that very rarely include that they return a
Task<T>
and moreso focus on the T
14 replies
How can I reference multiple generics in summary?
does not appear to be possible https://github.com/dotnet/csharplang/discussions/8986
14 replies
Securing a plugin system:
and for even more complicated data transfer (wasm will only allow you to pass basic integers), you can allocate some shared memory, i believe, that both sides can read?
i'm not sure on that one, but check out
Extism
if you wanna go that route. it's a library for wasm plugin creation27 replies