Commit Graph

11 Commits

Author SHA1 Message Date
Nikolay Nikolov
a47a1c093a * disallow conversion between regular pointers and WasmExternRef 2023-06-11 05:28:39 +03:00
Nikolay Nikolov
4d6e3b4e1a * Don't call secondpass(left) in twasmtypeconvnode.second_int_to_real, this fixes bug #39735. 2022-06-21 23:59:25 +03:00
Nikolay Nikolov
12a2c56461 - removed thlcgwasm.incblock, .decblock and br_blocks, as branching is now done
entirely with labels
2021-10-22 17:42:29 +03:00
Nikolay Nikolov
baf5ff4e05 * another WebAssembly cbool fix in twasmtypeconvnode.second_int_to_bool 2021-10-01 04:40:50 +03:00
Nikolay Nikolov
968e23546c * fixed second_int_to_bool for cbool types for WebAssembly 2021-10-01 04:20:02 +03:00
Nikolay Nikolov
c6a549eb48 * int64/boolean64 fix in twasmtypeconvnode.second_int_to_bool 2021-10-01 02:57:04 +03:00
nickysn
b527ab694c + implemented twasmtypeconvnode.second_class_to_intf
git-svn-id: trunk@49451 -
2021-06-01 22:15:57 +00:00
nickysn
60242ca0fd * updated the a_fXX_convert_su_iYY asm ops to their modern format a_fXX_convert_iYY_su
git-svn-id: branches/wasm@48321 -
2021-01-22 15:03:04 +00:00
nickysn
c5fae9f214 + implemented second_ansistring_to_pchar for WebAssembly
git-svn-id: branches/wasm@48213 -
2021-01-19 19:15:18 +00:00
nickysn
9bd282eb3b + implemented int to real conversion
git-svn-id: branches/wasm@48081 -
2021-01-05 08:40:33 +00:00
nickysn
67cea74ec6 + implemented twasmtypeconvnode.second_int_to_bool
git-svn-id: branches/wasm@48076 -
2021-01-05 07:50:05 +00:00