6d1133bdea
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.
22 lines
373 B
Plaintext
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'
|