Skip to content

Commit

Permalink
Fix dupe linker opt, add TODO for Docker builds
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Stevenson <[email protected]>
  • Loading branch information
martijneken committed Oct 10, 2024
1 parent 668c5f3 commit d505642
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion bazel/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def proxy_wasm_cc_binary(
linkopts = linkopts + [
"--no-entry",
"--js-library=$(location @proxy_wasm_cpp_sdk//:proxy_wasm_intrinsics_js)",
"-sSTANDALONE_WASM",
"-sEXPORTED_FUNCTIONS=_malloc",
],
tags = tags + [
Expand Down
1 change: 1 addition & 0 deletions sdk_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ rm -rf protobuf-wasm
git clone https://github.com/abseil/abseil-cpp
cd abseil-cpp
git checkout 4447c7562e3bc702ade25105912dce503f0c4010 -b lts20240722 # Abseil LTS release 20240722.0
# TODO -DSTANDALONE_WASM -sSTANDALONE_WASM ?
emcmake cmake -DCMAKE_CXX_STANDARD=17 "."
emmake make -j $JOBS
cd
Expand Down

0 comments on commit d505642

Please sign in to comment.