Revive the Rust + SGX refactor (#4976)
* Add Nick's changes's squashed * Fix frontend compilation * Re-enable Rust CI * Add changes with conflicted badly * Restructure import_module! macro in order to avoid unstable features * Kill old unstable feature enablement * Refactor common to use new APIs * Move the code to stable * Fix warning Co-authored-by: Nick Hynes <nhynes@oasislabs.com>
Showing
apps/sgx/.cargo/config
0 → 100644
apps/sgx/.gitignore
deleted
100644 → 0
apps/sgx/.rustfmt.toml
0 → 120000
apps/sgx/Cargo.lock
0 → 100644
This diff is collapsed.
Click to expand it.
apps/sgx/Makefile
deleted
100644 → 0
apps/sgx/build.rs
0 → 100644
apps/sgx/enclave/.rustfmt.toml
deleted
120000 → 0
apps/sgx/enclave/Makefile
deleted
100644 → 0
apps/sgx/enclave/enclave.lds
deleted
100644 → 0
apps/sgx/enclave/sgx-deps.diff
deleted
100644 → 0
apps/sgx/enclave/src/lib.rs
deleted
100644 → 0
apps/sgx/run_model.py
deleted
100644 → 0
cmake/modules/SGX.cmake
deleted
100644 → 0
docker/install/ubuntu_install_sgx.sh
deleted
100755 → 0
apps/sgx/run_example.sh
→
rust/macros_raw/Cargo.toml
100755 → 100644
rust/macros_raw/src/lib.rs
0 → 100644
This diff is collapsed.
Click to expand it.
rust/runtime/src/sgx.rs
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/runtime/sgx/common.h
deleted
100644 → 0
src/runtime/sgx/trusted/runtime.cc
deleted
100644 → 0
src/runtime/sgx/trusted/runtime.h
deleted
100644 → 0
src/runtime/sgx/tvm.edl
deleted
100644 → 0
Please
register
or
sign in
to comment