You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to the lastest dev and installing llvm@15 on my Mac, a previously working build started to fail with the below exception. I could confirm the same panic within Docker (ubuntu) too
git clone https://github.com/anuraaga/coraza-proxy-wasm.git --branch mimalloc-debug
cd coraza-proxy-wasm
go run mage.go build
Was able to step debug and found it was just because I had built with the wrong branch, needed to be on #3245 and not on dev itself because the code was relying on malloc to not be defined by TinyGo. Sorry for the noise.
After upgrading to the lastest
dev
and installingllvm@15
on my Mac, a previously working build started to fail with the below exception. I could confirm the same panic within Docker (ubuntu) tooThe text was updated successfully, but these errors were encountered: