rts: drop interpretBCO support from non-dyn ways on wasm
This commit drops interpretBCO support from non dynamic rts ways on wasm. The bytecode interpreter is only useful when the RTS linker also works, and on wasm it only works for dynamic ways anyway. An additional benefit of dropping interpretBCO is reduction in code size of linked wasm modules, especially since interpretBCO references ffi_call which is an auto-generated large function in libffi-wasm and unused by most user applications. (cherry picked from commit 90a35c41)
Loading
-
mentioned in commit 4edb3dd6
-
mentioned in commit 37a0fec9
-
mentioned in commit 2410c781
-
mentioned in commit aeb080dd
-
mentioned in commit 5fcee705
-
mentioned in commit 02ebf2a8
-
mentioned in commit f0f25b6e
-
mentioned in commit cb9f6571
-
mentioned in commit 4c765f92
-
mentioned in commit e3332ecc
-
mentioned in commit 9d910c31
-
mentioned in commit f010f6d3
-
mentioned in commit 6f042a31
-
mentioned in commit 3efb1dcd
-
mentioned in commit f3413b7a
-
mentioned in commit 7ea2e776
Please register or sign in to comment