Add docker images auto check and setup support for WAMR-IDE (#1882)

1. Add docker images auto check and setup support for WAMR-IDE
2. Fix bug that the code goes on when user skips install
This commit is contained in:
Wang Ning
2023-01-29 09:41:03 +08:00
committed by GitHub
parent 58316635d4
commit 45c003e6e4
5 changed files with 268 additions and 54 deletions

View File

@ -0,0 +1,7 @@
export const enum SelectionOfPrompt {
skip = 'skip',
setUp = 'setup',
}
export const enum Status {
done = 'done',
}