Skip to content

Instantly share code, notes, and snippets.

@ueno
Created July 6, 2020 14:26
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ueno/24e24126034b3b067144233668ef9228 to your computer and use it in GitHub Desktop.
Save ueno/24e24126034b3b067144233668ef9228 to your computer and use it in GitHub Desktop.
wasm test (2020-07-06)
mkdir test
cd test
git clone -b wip/dueno/wasm-test https://github.com/ueno/enarx.git
git clone -b wip/dueno/wasm-test --recurse-submodules https://github.com/ueno/wasmtime.git
cd enarx
cargo make
./enarx-keep-sgx/target/debug/enarx-keep-sgx \
--shim enarx-keep-sgx-shim/target/x86_64-unknown-linux-musl/debug/enarx-keep-sgx-shim \
--code keep-runtime/target/x86_64-unknown-linux-musl/debug/keep-runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment