iree-embedded-sys 0.1.1

Raw FFI bindings to the IREE bare-metal runtime for no_std Cortex-M targets.
Documentation
# Pinned sha256 checksums for the prebuilt IREE runtime artefacts that
# build.rs downloads from the GitHub release (the crates.io consumer path,
# taken only when neither IREE_RUNTIME_DIR/IREE_SRC_DIR is set nor an in-repo
# .iree/ exists). Format, one per line:
#
#   <sha256-hex>  <artefact-filename>
#
# Filenames are iree-runtime-<target>-<sha9>.tar.gz, where <sha9> is the first
# nine characters of IREE_SHA (see build.rs / scripts/iree-version.env). The
# three targets the download path can resolve are the host builds and the
# Cortex-M4F build below.
#
# Refresh when bumping the pinned IREE version: rebuild and republish the
# artefacts, download each, run `sha256sum` (or `shasum -a 256`), and replace
# the lines below. Until an entry exists for a requested artefact, the download
# path fails loudly rather than trusting an unpinned download.

4c79948de8f5b3703c67511a5305c44455dad14d6b3d2631892fe78c93dacca5  iree-runtime-cortex-m4f-e4a3b0405.tar.gz
8903375d80631e4a587d6d334a912c32b701f86ee983c45e005c01ec10c17b30  iree-runtime-host-darwin-arm64-e4a3b0405.tar.gz
a69500e5a040b712669490fd2e88029aaabe53bd7577fb77fdd9a5394a6a060b  iree-runtime-host-linux-x86_64-e4a3b0405.tar.gz