We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668c5f3 commit d505642Copy full SHA for d505642
bazel/defs.bzl
@@ -95,7 +95,6 @@ def proxy_wasm_cc_binary(
95
linkopts = linkopts + [
96
"--no-entry",
97
"--js-library=$(location @proxy_wasm_cpp_sdk//:proxy_wasm_intrinsics_js)",
98
- "-sSTANDALONE_WASM",
99
"-sEXPORTED_FUNCTIONS=_malloc",
100
],
101
tags = tags + [
sdk_container.sh
@@ -81,6 +81,7 @@ rm -rf protobuf-wasm
81
git clone https://github.com/abseil/abseil-cpp
82
cd abseil-cpp
83
git checkout 4447c7562e3bc702ade25105912dce503f0c4010 -b lts20240722 # Abseil LTS release 20240722.0
84
+# TODO -DSTANDALONE_WASM -sSTANDALONE_WASM ?
85
emcmake cmake -DCMAKE_CXX_STANDARD=17 "."
86
emmake make -j $JOBS
87
cd
0 commit comments