Mark Lu

Results 1 issues of Mark Lu

Reproduce steps: 1. Git clone the following WASM/RUST sample project: https://github.com/otomato-gh/proxy-wasm-rust 2. In the Cargo.toml file, add a 'reqwest' depedency [dependencies] reqwest = { version = "0.10" } 3. In...