Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-support WASM via simple stub headers #208

Merged
merged 3 commits into from
Apr 29, 2020

Commits on Apr 29, 2020

  1. 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.
    TheBlueMatt committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d9d398c View commit details
    Browse the repository at this point in the history
  2. Add a size_t type to types

    elichai authored and TheBlueMatt committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    931253d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    affc6b4 View commit details
    Browse the repository at this point in the history