Michael Yuan
Michael Yuan
Hi @ScriptedAlchemy and @tysonrm Thank you so much for your ideas and experiments. Perhaps we can schedule a call to discuss these in the first week of the new year?...
Sure. My email is [email protected] You can find me using the same email on Slack. I can see @tysonrm on CNCF's Slack. @ScriptedAlchemy if you are in CNCF slack too,...
I think we should support the model of: * Server fetches data from external services or databases. * Server renders the DOM with the fetched data. * Hydrate and display...
Could the Dapr check sends a "proper" http request with a header? The telnet request is technically not http.
Just to make sure -- if you do not use `nohup`, you will need to start the server in one terminal and run the HTTP client in another terminal window.
@chenyukang Do both `curl` and `telnet` fail on your machine if you do not have `nohup`?
Hmm. Our goal is to run JS inside Wasm. When the Wasm modules spec is ready, we could allow JS programs to call from one WasmEdge instance to another one....
Just FYI. In order to enable SIMD support, the QuickJS C code (not just Rust wrapper) must also be compiled with SIMD. We are working on this feature and will...
Hi, I am the maintainer of WasmEdge. :) The WasmEdge network socket API now supports Rust and JavaScript as front end languages. We are also adding DNS and TLS support....
I think we could define a standard interface for the host (OPA) to communicate with the Wasm runtime. Envoy did that for proxy-wasm which allows multiple Wasm VMs to be...