Skip to content

libyulc v0.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 16:27
· 262 commits to main since this release

C-callable build of the verified Yul -> EVM compiler
(yulc_compile: Yul source in, EVM bytecode out — see yulc.h).

The tarball contains:

  • libyulc.so — link with -L <dir> -lyulc; the bundled
    libleanshared.so/libLake_shared.so are found through its
    $ORIGIN rpath, so keep the files together;
  • libyulc.a — static archive for executable links
    (-lyulc -lpthread -ldl -lrt -lm);
  • yulc.h — the public header.

x86_64 Linux, built from d74afaa with the Lean toolchain
pinned in lean-toolchain.