Is it possible to use ocall with async channels (like in this pseudo code)?
```rust
fn subscribe() {
let (mut tx, mut rx) = mpsc::unbounded::();
// I know that I can't declare an ocall inside a fn
// I want to illustrate of accessing the Receiver in the ocall
fn ocall_pick_number(out_number
Merged #318 into master.
--
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/pull/318#event-3375827719
## Description
- Add "define my own function" section into "my first
function" doc.
- Improve other docs.
You can view, comment on, or merge this pull request online at:
https://github.com/apache/incubator-teaclave/pull/318
-- Commit Summary --
* [docs] Fix links in docs
* [docs] Add mes
Merged #316 into master.
--
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/pull/316#event-3374732450
Thank you so much guys! These were all the right clues. I did recently start
using `rand::thread_rng` in the untrusted module. I suspect that this is what
caused the error rather than the SDK upgrade. Setting
`0` worked although I'm reading more about it to
understand its ramification.
--
You
Closed #240.
--
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-sgx-sdk/issues/240#event-3374711324
Closed #317.
--
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/317#event-3372738644
Ok,thanks for your reply.
--
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/317#issuecomment-633922203
Correct.
Currently, we have two executors:
- native: native functions implemented in Rust
- mesapy: python functions
We do have plan to implement other executors to support more languages. E.g.,
we can implement a webassembly executors in SGX, or we can use some libos-like
SGX implementatio
Hi:
In this project , i had seen the function such like "builtin-echo".It can be
find in function/src/echo.rs ,right?
So,if i want to create my function useing other language,must i impl the
excutor by useing rust and then create my function?
--
You are receiving this because you are subscribe
## Description
- Fix links in docs for website presentation
Note that when writing docs, if link to GitHub code or directories instead of
`.md` files, please use absolute links of GitHub. Otherwise, the generated docs
in website will not recognize the internal links to code resulting in broken
11 matches
Mail list logo