Evan Ovadia
Evan Ovadia
Do you know if we can use dotnet-webassembly to run wasm from inside Unity? That would be a gamechanger! (I'd be happy to spend a couple days testing it out...
The reading stdout example in the README didn't work for us; stdout was just empty. However, when we used "/bin/echo" instead of "echo" for the command, it worked! I imagine...
Might want to figure this out at the same time we figure out generics.
They wont immediately directly speed up the compiler, but they're a necessary stepping stone to really big later optimizations. It'll speed up incremental compilation, enable a language server, and even...
Generics