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.
Loading
-
mentioned in commit c3738d4c
-
mentioned in commit f010f6d3
-
mentioned in commit 025f210e
-
mentioned in commit b9127a00
-
mentioned in commit 6815045e
-
mentioned in commit e0d03d04
-
mentioned in commit 6f042a31
-
mentioned in commit 3efb1dcd
-
mentioned in commit 684147c6
-
mentioned in commit 6d9ca41e
-
mentioned in commit f3413b7a
-
mentioned in commit 7ea2e776
-
mentioned in commit 28f02ad8
-
mentioned in commit 414685cb
-
mentioned in commit 581aba25
Please register or sign in to comment