Skip to content

Commit 071bc91

Browse files
committed
Fix dupe linker opt, add TODO for Docker builds
Signed-off-by: Martijn Stevenson <mstevenson@google.com>
1 parent a53ceac commit 071bc91

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bazel/defs.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def proxy_wasm_cc_binary(
9595
linkopts = linkopts + [
9696
"--no-entry",
9797
"--js-library=$(location @proxy_wasm_cpp_sdk//:proxy_wasm_intrinsics_js)",
98-
"-sSTANDALONE_WASM",
9998
"-sEXPORTED_FUNCTIONS=_malloc",
10099
],
101100
tags = tags + [

sdk_container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ cd
6060
git clone https://github.com/abseil/abseil-cpp
6161
cd abseil-cpp
6262
git checkout 14550beb3b7b97195e483fb74b5efb906395c31e -b Jul302019 # Jul 30 2019
63+
# TODO -DSTANDALONE_WASM -sSTANDALONE_WASM ?
6364
emcmake cmake -DCMAKE_CXX_STANDARD=17 "."
6465
emmake make
6566
cd

0 commit comments

Comments
 (0)