Re: [apache/incubator-teaclave] builtin function question (#427)

2020-11-01 Thread gjj
Closed #427. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/427#event-3945810959

Re: [apache/incubator-teaclave] builtin function question (#427)

2020-10-25 Thread Mingshen Sun
Thanks for your suggestion. We will definitely document it when we find out a good workflow for working on third-party SGX crates. Before this, you have to understand our build system in order to include more SGX libraries. -- You are receiving this because you are subscribed to this thread. Re

Re: [apache/incubator-teaclave] builtin function question (#427)

2020-10-24 Thread gjj
> In short, you cannot use third-party Rust crates which are not in the > `third_party/crates-sgx` directory. > > For your case, if you want to use ndarray, you need to vendor ndarray-sgx > (https://github.com/mesalock-linux/ndarray-sgx) in the `crates-sgx` directory. ok i'll try. Can you provi

Re: [apache/incubator-teaclave] builtin function question (#427)

2020-10-24 Thread Mingshen Sun
In short, you cannot use third-party Rust crates which are not in the `third_party/crates-sgx` directory. For your case, if you want to use ndarray, you need to vendor ndarray-sgx (https://github.com/mesalock-linux/ndarray-sgx) in the `crates-sgx` directory. -- You are receiving this because y

[apache/incubator-teaclave] builtin function question (#427)

2020-10-24 Thread gjj
I added a built-in function that requires a third-party library, but I reported an error when compiling. ![image](https://user-images.githubusercontent.com/30582212/97081619-1e759700-1636-11eb-9aaf-c43a7ca24f76.png) This bag is in https://crates.io/ It exists -- You are receiving this because