]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/leaf/wasm.txt
3fdf595ac1bc03a469f6f5c0cbfbf03695d02588
[ceph.git] / ceph / src / boost / libs / leaf / wasm.txt
1 # Copyright (c) 2018-2020 Emil Dotchevski and Reverge Studios, Inc.
2
3 # Distributed under the Boost Software License, Version 1.0. (See accompanying
4 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 # Crossfile for Meson / emscripten
7
8 [binaries]
9 c = 'emcc'
10 cpp = 'em++'
11 ar = 'emar'
12 # exe_wrapper = ['node', '--experimental-wasm-threads', '--experimental-wasm-bulk-memory', '--max-old-space-size=4096']
13
14 [host_machine]
15 system = 'emscripten'
16 cpu_family = 'wasm32'
17 cpu = 'wasm32'
18 endian = 'little'