mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 12:46:14 +00:00

1. Add docker images auto check and setup support for WAMR-IDE 2. Fix bug that the code goes on when user skips install
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
export const enum SelectionOfPrompt {
|
|
skip = 'skip',
|
|
setUp = 'setup',
|
|
}
|
|
export const enum Status {
|
|
done = 'done',
|
|
}
|