We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a1776 commit b234a5aCopy full SHA for b234a5a
src/compiler/get_names.ts
@@ -22,7 +22,7 @@ export async function getNamesBeforeCli() {
22
const dockerImageName = `${dockerImagePrefix}${dockerfileHash}`;
23
const dockerContainerPrefix = 'azle__container__';
24
const dockerContainerName = `${dockerContainerPrefix}${dockerfileHash}`;
25
- const wasmedgeQuickJsName = `wasmedge_quickjs_${dockerfileHash}`;
+ const wasmedgeQuickJsName = `wasmedge-quickjs_${dockerfileHash}`;
26
27
const dockerImagePathTar = join(
28
GLOBAL_AZLE_CONFIG_DIR,
0 commit comments