blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
658 stars 144 forks source link

Add WASI suuport. #325

Open MediosZ opened 2 years ago

MediosZ commented 2 years ago

Overview

This PR will add WASI suuport to this crate. Users can use this crate in WebAssembly via WasmEdge.

Missing parts

Thead suuport

There's no thread suuport in WASI. So I disable related tests for now.

TLS suuport

TLS support is still under development which is tracked in this issue. I commented out the native-tls in the feature list as a workaround.

Signed-off-by: Tricster mediosrity@qq.com