Skip to content

Commit

Permalink
Fix carton bundle regression
Browse files Browse the repository at this point in the history
The issue was introduced in faee016
  • Loading branch information
kateinoigakukun committed Jun 20, 2024
1 parent 0aa0cb7 commit 6a41c96
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ struct CartonFrontendBundleCommand: AsyncParsableCommand {

// Copy the bundle entrypoint, point to the binary, and give it a cachebuster name.
let entrypoint = ByteString(
encodingAsUTF8: StaticResource.bundle
.description
encodingAsUTF8: String(decoding: StaticResource.bundle, as: UTF8.self)
.replacingOccurrences(
of: "REPLACE_THIS_WITH_THE_MAIN_WEBASSEMBLY_MODULE",
with: mainModuleName
Expand Down

0 comments on commit 6a41c96

Please sign in to comment.