[+] fix wasm cross file

This commit is contained in:
Siarhei Siniak 2025-06-03 17:24:45 +03:00
parent fa09245da6
commit 49119673d2
3 changed files with 7 additions and 1 deletions

@ -11,3 +11,6 @@ system = 'linux'
cpu_family = 'x86_64' cpu_family = 'x86_64'
cpu = 'x86_64' cpu = 'x86_64'
endian = 'little' endian = 'little'
[properties]
needs_exe_wrapper = true

@ -5,7 +5,7 @@ project(
).stdout().strip('\n'), ).stdout().strip('\n'),
# 'online.fxreader.uv', # 'online.fxreader.uv',
# ['c', 'cpp'], # ['c', 'cpp'],
version: '0.1.5.17+27.12', version: '0.1.5.17+27.13',
# default_options: [ # default_options: [
# 'cpp_std=c++23', # 'cpp_std=c++23',
# # 'prefer_static=true', # # 'prefer_static=true',

Binary file not shown.