From 832994bb0b8cbaaa2615f63057e9c46fda50c018 Mon Sep 17 00:00:00 2001 From: baoyachi Date: Fri, 25 Oct 2024 17:15:04 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c5a522..87d33fd 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,17 @@ * Git information, such as the commit that produced the build artifact * What version of the Rust toolchain was used in compilation * The build variant, e.g. `debug` or `release` -* ... And more! +* ... And more! + +Strongly recommend using **shadow-rs** on the [LSP](https://microsoft.github.io/language-server-protocol/) service developed in Rust. You can use this crate to programmatically check where a binary came from and how it was built. Currently, integration into **wasm** is also supported. For detailed settings, please refer to the link [example_wasm](https://github.com/baoyachi/shadow-rs/tree/master/example_wasm). + + ![build_module](./build_module.png) # Note on Caching