risc0-zkvm-platform-sys 0.11.1

RISC Zero zero-knowledge VM platform crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load("//bazel/rules/cc:defs.bzl", "cc_library")

package(default_visibility = ["//visibility:public"])

exports_files([
    "risc0.ld",
    "Cargo.toml",
])

cc_library(
    name = "platform",
    hdrs = [
        "io.h",
        "memory.h",
    ],
)