Skip to content

Commit

Permalink
Fix ups for devcontainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jul 31, 2023
1 parent 257135c commit 58d823a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"name": "C/C++ WASM",
"image": "ubuntu:jammy",
"remoteEnv": {
"PATH": "${containerEnv:PATH}:/usr/local/lib/wasi-sdk-20.0/bin"
"PATH": "${containerEnv:PATH}:/usr/local/lib/wasi-sdk-20.0/bin:/usr/local/lib"
},
"features": {
"devwasm.azurecr.io/dev-wasm/dev-wasm-feature/wasmtime-wasi:0.0.9": {
"version": "20"
"version": "20",
"wasmtime_version": "9.0.4",
"wit_version": "0.4.0"

},
"ghcr.io/devcontainers/features/common-utils": {}
},
Expand Down

0 comments on commit 58d823a

Please sign in to comment.