Tricster

Results 33 comments of Tricster

@juntao I've finished that already. The problem is that the runtime has to poll the futures continously in a loop. But it's not a big problem for now I guess....

The runtime is doing something unnecessay. It could just sleep and be waken later. And the performance could be slightly affected. The non-blocking I/O in WasmEdge socket api has to...

Hi @hydai, Currently we use `witx` crate to genrate cpp headers from witx files. However, witx is a bit out-dated, and it doesn't support multiple return values which is presented...

Hi, I am looking forward to participating in OSPP 2022 as well! I read the documentation of WasmEdge and translated the rust part of it to Chinese. Now I am...

I think I make it. Here's the output of my demo. ```bash Compiling wasmsql v0.1.0 (/home/tric/codebase/wasm/wasmsql) Finished dev [unoptimized + debuginfo] target(s) in 0.64s Running `wasmedge target/wasm32-wasi/debug/wasmsql.wasm` [src/main.rs:36] selected_dbs =...

Hi @juntao Sure! The demo is available in this [repository](https://github.com/MediosZ/rust-mysql-simple/tree/wasi).

I'll start from refactoring the WasmEdge socket API. Is WasmEdge socket API blocking I/O for now?

@developerworks Sorry for the late reply! I only test it on Ubuntu 20.04.. Glad to see that you can compile it now. The warnings are about some unused variables in...