Created
August 9, 2023 19:50
-
-
Save jsturtevant/4a62f80310a22537b23d8ed0bdfef6ab to your computer and use it in GitHub Desktop.
vs code wasm-edge settings for rust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"rust-analyzer.cargo.extraEnv": { | |
"WASMEDGE_LIB_DIR": "C:\\Program Files\\WasmEdge\\lib", | |
"WASMEDGE_INCLUDE_DIR": "C:\\Program Files\\WasmEdge\\include" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment