This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch export_heapu8
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git

commit a49e9aced20085c07d993b897f9555fcff356355
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Fri Apr 25 16:12:10 2025 -0700

    export HEAPU8 explicitly
---
 theta/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/theta/Makefile b/theta/Makefile
index e5c2e36..45af09d 100644
--- a/theta/Makefile
+++ b/theta/Makefile
@@ -24,7 +24,8 @@ EMCFLAGS=-I../datasketches-cpp/common/include \
        -sENVIRONMENT=shell \
        -sTOTAL_MEMORY=1024MB \
        -O3 \
-       --bind
+       --bind \
+       -sEXPORTED_RUNTIME_METHODS=[HEAPU8]
 
 ARTIFACTS=theta_sketch.mjs theta_sketch.js theta_sketch.wasm
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to