Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
Created August 9, 2023 19:50
Show Gist options
  • Save jsturtevant/4a62f80310a22537b23d8ed0bdfef6ab to your computer and use it in GitHub Desktop.
Save jsturtevant/4a62f80310a22537b23d8ed0bdfef6ab to your computer and use it in GitHub Desktop.
vs code wasm-edge settings for rust
{
"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