llhttp icon indicating copy to clipboard operation
llhttp copied to clipboard

Remove a __wasm__ define guard around public APIs

Open rdw-software opened this issue 2 years ago • 0 comments

Hi,

while writing LuaJIT bindings for this library I noticed something peculiar:

Accordingly, I'm unable to bind these functions (without hacks). This PR should fix the problem, hopefully without side effects.

Since I'm not sure about the wasm stuff I simply moved the define upwards instead of completely deleting it.

rdw-software avatar Aug 09 '22 04:08 rdw-software