Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
juztamau5 committed Mar 11, 2024
1 parent cfdcd51 commit 8612d57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ emcmake cmake \
cmake \
--build "${BUILD_DIRECTORY}" \
--target install

# Copy the generated libraries to the public directory
cp -rv "${INSTALL_DIRECTORY}/wasm" "${PROJECT_DIRECTORY}/src/frontend/public"

0 comments on commit 8612d57

Please sign in to comment.