Skip to content

Commit

Permalink
fix: build_wasm copy executor to defaults (#5207)
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako authored Oct 30, 2024
1 parent 5d6b9ab commit 5a87ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ command() {
case $1 in
"libs")
build $1
cp -r "$TARGET_DIR/$1" "$DEFAULTS_DIR/$1"
cp -r "$TARGET_DIR/$1" "$DEFAULTS_DIR/"
mv "$DEFAULTS_DIR/$1/default_executor.wasm" "$DEFAULTS_DIR/executor.wasm"
echo "info: copied wasm $1 to $DEFAULTS_DIR/$1/"
echo "info: copied default executor to $DEFAULTS_DIR/executor.wasm"
Expand Down

0 comments on commit 5a87ecf

Please sign in to comment.