Skip to content

Commit

Permalink
chore(bb.js): strip wasm-threads again (#8833)
Browse files Browse the repository at this point in the history
per community request, closes #941
  • Loading branch information
ludamad authored and Rumata888 committed Sep 27, 2024
1 parent cac43bc commit ec3a315
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions barretenberg/cpp/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ preset-sol:
preset-wasm-threads:
FROM +source
RUN cmake --preset wasm-threads -Bbuild && cmake --build build --target barretenberg.wasm && rm -rf build/{deps,lib,src}
# TODO(https://github.com/AztecProtocol/barretenberg/issues/941) We currently do not strip barretenberg threaded wasm, for stack traces.
# RUN /opt/wasi-sdk/bin/llvm-strip ./build/bin/barretenberg.wasm
RUN /opt/wasi-sdk/bin/llvm-strip ./build/bin/barretenberg.wasm
SAVE ARTIFACT build/bin

preset-gcc:
Expand Down

0 comments on commit ec3a315

Please sign in to comment.