mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
`assert.h` does nothing when the code is compiled in release mode. That's not what we want :-). Let's reimplement `assert` as `wasmer_assert`, which is close to the original `assert` function.