8000 GitHub - amiller/tappd-simulator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amiller/tappd-simulator

 
 

Repository files navigation

tappd simulator

This is a simple tool to simulate the behavior of TAPPD service, which part of dstack and build your own confidential app easily.

Build

Build tested under Ubuntu 20.04 LTS, MacOS 15.0.1 + Silicon, and Windows 10.

For linux, you can build either musl based portable version or glibc based version:

cargo build --release
# Your may need run `rustup target add x86_64-unknown-linux-musl` first.
cargo build --release --target x86_64-unknown-linux-musl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 33.9%
  • Python 28.3%
  • C 23.7%
  • TypeScript 12.4%
  • Makefile 1.2%
  • Dockerfile 0.5%
0