We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78064e4 commit a44e635Copy full SHA for a44e635
.devcontainer/devcontainer.json
@@ -4,6 +4,8 @@
4
"remoteEnv": {
5
"PATH": "${containerEnv:PATH}:/usr/local/lib/wasi-sdk-20.0/bin:/usr/local/lib"
6
},
7
+ "onCreateCommand": "apt update",
8
+ "postCreateCommand": "apt install -y make",
9
"features": {
10
"devwasm.azurecr.io/dev-wasm/dev-wasm-feature/wasmtime-wasi:0.0.15": {
11
"version": "20",
0 commit comments