We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53ceac commit 071bc91Copy full SHA for 071bc91
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
@@ -60,6 +60,7 @@ cd
60
git clone https://github.com/abseil/abseil-cpp
61
cd abseil-cpp
62
git checkout 14550beb3b7b97195e483fb74b5efb906395c31e -b Jul302019 # Jul 30 2019
63
+# TODO -DSTANDALONE_WASM -sSTANDALONE_WASM ?
64
emcmake cmake -DCMAKE_CXX_STANDARD=17 "."
65
emmake make
66
cd
0 commit comments