View Issue Details

IDProjectCategoryView StatusLast Update
0005146NoesisGUIC++ SDKpublic2026-07-27 12:14
Reportersolarhair2024 Assigned Tojsantos  
PrioritynormalSeverityfeature 
Status feedbackResolutionopen 
Product Version3.2.13 
Summary0005146: enable Emscripten pthreads
Description

We're shipping our MMO client on WebAssembly and NoesisGUI 3.2.13 works great single-threaded. We now need to enable Emscripten pthreads (SharedArrayBuffer) for our game's job system, but the shipped Bin/wasm/Noesis.a is built without atomics/bulk-memory target features, so wasm-ld refuses to link it into a shared-memory module. Could you provide a 3.2.13 wasm build of Noesis.a compiled with -pthread (atomics + bulk-memory)? Noesis itself will still be used from the main thread only. Thanks!

PlatformAny

Activities

jsantos

jsantos

2026-07-23 18:33

manager   ~0012461

Last edited: 2026-07-23 18:34

Find it here:

https://drive.google.com/file/d/13G1vt9bTy0Mc98eFQVpQYi36_dsc_1Sm/view?usp=sharing

This is Noesis.a (3.2.12) compiled with -pthread

Cheers,

Issue History

Date Modified Username Field Change
2026-07-23 09:55 solarhair2024 New Issue
2026-07-23 18:28 jsantos Assigned To => jsantos
2026-07-23 18:28 jsantos Status new => assigned
2026-07-23 18:33 jsantos Note Added: 0012461
2026-07-23 18:33 jsantos Status assigned => feedback
2026-07-23 18:34 jsantos Note Edited: 0012461
2026-07-27 12:14 jsantos View Status private => public