rust-secp256k1-unsafe-fast/secp256k1-sys/wasm-sysroot
Matt Corallo d9d398ccc9 Re-support WASM via simple stub headers
libsecp256k1 really only barely uses libc at all, and in practice,
things like memcpy/memcmp get optimized into something other than a
libc call. Thus, if we provide simple stub headers, things seem to
work with wasm-pack just fine.
2020-04-29 15:32:54 -04:00
..
stdio.h Re-support WASM via simple stub headers 2020-04-29 15:32:54 -04:00
stdlib.h Re-support WASM via simple stub headers 2020-04-29 15:32:54 -04:00
string.h Re-support WASM via simple stub headers 2020-04-29 15:32:54 -04:00