-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Rust oak_loader
binary
#723
Comments
@ipetr0v perhaps you could look into this, it should be similar to the work you did when splitting the dev and asylo loader. |
cf. #540 which covers the Rust runtime library |
Should we continue using |
A large chunk of the config files will still be the serialized wasm modules, and for that I think protobuf is the one that makes more sense. JSON or YAML would presumably require to base64 encode them as binary data, which does not seem that great. |
Also, if I understand correctly gRPC client nodes are currently not created by the Rust Runtime, right? |
This change adds a Rust version of the Oak Loader. Fixes #723
We have the starting point of an oak runtime Rust library, but we do not have the entry point of a Rust binary, i.e. a counterpart to
dev_oak_runner
but in Rust.The text was updated successfully, but these errors were encountered: