second-state / microservice-rust-mysql

A template project for building a database-driven microservice in Rust and run it in the WasmEdge sandbox.
Apache License 2.0
350 stars 54 forks source link

windows10下wasmedge执行,端口绑定不了 #9

Open zhengxingjian opened 1 year ago

zhengxingjian commented 1 year ago

https://mp.weixin.qq.com/s/gMkwqFIm2JoZS3TVHityoQ windows10下wasmedge执行,端口绑定不了【hread 'main' panicked at 'error binding to 0.0.0.0:9090: error creating server listener: Function not implemented ,\hyper_wasi-0.15.0\src\server\server.rs:79:13 let incoming = AddrIncoming::new(addr).unwrap_or_else(|e| { 】,在linux下可以

juntao commented 1 year ago

I think we have some issues with WasmEdge WASI sockets under native Windows. It is on our roadmap. WSL or Docker on Windows should work.

shijunti19 commented 1 year ago

@juntao Can't it be repaired?