Skip to content

Commit

Permalink
fix wasmedge-quickjs name
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Mar 25, 2024
1 parent 06a1776 commit b234a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/get_names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function getNamesBeforeCli() {
const dockerImageName = `${dockerImagePrefix}${dockerfileHash}`;
const dockerContainerPrefix = 'azle__container__';
const dockerContainerName = `${dockerContainerPrefix}${dockerfileHash}`;
const wasmedgeQuickJsName = `wasmedge_quickjs_${dockerfileHash}`;
const wasmedgeQuickJsName = `wasmedge-quickjs_${dockerfileHash}`;

const dockerImagePathTar = join(
GLOBAL_AZLE_CONFIG_DIR,
Expand Down

0 comments on commit b234a5a

Please sign in to comment.