Files
librist_sender07/wasm32-emscripten.txt
Sergio Ammirata 6d1133bdea wip: pluggable transport abstraction layer
Add rist_transport_set() API to replace raw BSD socket calls with a
pluggable vtable (sendto/recvfrom/sendmsg/poll). Enables non-socket
transports (e.g. WebAssembly, custom I/O).

Also includes wasm32-emscripten Meson cross-compilation file.

Work in progress — not yet tested or integrated with tools.
2026-05-29 16:02:43 -04:00

22 lines
373 B
Plaintext

[binaries]
c = 'emcc'
cpp = 'em++'
ar = 'emar'
ranlib = 'emranlib'
strip = '/usr/bin/true'
pkgconfig = '/usr/bin/false'
[built-in options]
c_args = ['-pthread']
c_link_args = ['-pthread']
[properties]
needs_exe_wrapper = true
sys_root = ''
[host_machine]
system = 'emscripten'
cpu_family = 'wasm32'
cpu = 'wasm32'
endian = 'little'