* for performance sensitive logic, use __builtin_add_overflow etc. provide something like https://github.com/yamt/toywasm/blob/9a5622791e99395e26e6e96cef830af3d91a1685/lib/platform.h#L176-L191 and encourage the use of them. _Originally posted by @yamt in https://github.com/bytecodealliance/wasm-micro-runtime/issues/4549#issuecomment-3218687294_