John Davis
John Davis
facebook clearly sees value in using co_await. Is there any way facebook could push publicly for having webassembly support tail calls? Which could then be used via c++/co_await/webassembly? https://github.com/WebAssembly/tail-call/issues/15
1 error generated. [3/78] Building CXX object src/CMakeFiles/cxx_static.dir/algorithm.cpp.o FAILED: src/CMakeFiles/cxx_static.dir/algorithm.cpp.o /home/jdavis/repo/github/cppcoro/build/llvm-install/bin/clang++ -DNDEBUG -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_COMMENT_LIB_PRAGMA -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -Iinclude/c++build -I/home/jdavis/repo/github/cppcoro/tools/llvm-project/libcxx/include -O3 -DNDEBUG -D__GLIBCXX__ -DLIBSTDCXX -std=c++11 -nostdinc++ -fvisibility-inlines-hidden -Wall -Wextra -W -Wwrite-strings -Wno-unused-parameter -Wno-long-long...
With the latest switch to clang, this lib would be a "huge" add for emscripten.
any chance we could add an option for the wasm-bindgen annotation? so we can consume from deno/typescript?
Wow, amazing stuff. Why can't we create a webassembly based virtual nic which runs in the browser? Route the packets over websocket. Doesn't Rust compile to webassembly? My intention in...
Where is the Java 9 release?
I'm on the latest mac chrome, 95, and can't seem to find the enable flag?
I wonder if we could tunnel this thru rtcdatachannel? With the intention of supporting web browsers? Maybe the pion stuff could be useful?
Support for serializing typed arrays would be nice.