John Davis
John Davis
@danroth27 thx! https://github.com/dotnet/aspnetcore/issues/40499
This would be awesome!!!
https://github.com/WebAssembly/tail-call/issues/15#issuecomment-1357820841 We're still waiting on tail calls for webassembly, lol. Wish there was another performant option.
Someday we'll be able to use co_await in webassembly, hope I'm still around to see it happen, lol. https://github.com/WebAssembly/tail-call/issues/14#issue-1058389687
https://github.com/emscripten-core/emscripten/issues/10991#issuecomment-974226917
https://github.com/copy/v86
@gornishanov @tlively @madmongo1 @tomoliv30 any ideas on easiest way to implement linux syscall.c for webassembly? https://github.com/jart/blink/issues/8#issuecomment-1370735621 https://github.com/WebKit/WebKit/pull/2065
Dumb/crazy question, what sort of perf hit if blink runs nested within itself? I'm wondering if the outer vm could implement syscall.c for the inner vm? And handle threading etc....
@Vogtinator @jart you guys are amazing. This is great!
@derekcollison I'm wondering if there could be implications/synergy here for nats? ie tunneling tcp syscalls, etc.?