microservice-rust-mysql icon indicating copy to clipboard operation
microservice-rust-mysql copied to clipboard

A template project for building a database-driven microservice in Rust and run it in the WasmEdge sandbox.

Results 5 microservice-rust-mysql issues
Sort by recently updated
recently updated
newest added

environment: Mac m3 k3d/ks3 ran: ``` # Install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env # Install WebAssembly target for Rust rustup target add wasm32-wasi #...

We can install docker desktop on macOS and Windows easily. However, it's unclear when you try to set up the environment on Linux. We should provide a guide for this.

Ubuntu x86_64, running `docker compose up` got a msg `operating system is not supported` ``` $ uname -a Linux 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 x86_64...

docker desktop version : ![图片](https://user-images.githubusercontent.com/14883295/237036692-0ee6db19-6186-4321-8994-f25197a0f393.png) D:\gitpro\microservice-rust-mysql>docker compose up [+] Running 1/1 ! server Warning 21.0s [+] Building 15.8s (6/6) FINISHED => [internal] load build definition from Dockerfile 0.0s => =>...

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下可以