jul-sh
jul-sh
core2 is only used if the no_std feature is active. As of https://github.com/technocreatives/core2/commit/4072d2a09ba0d656571b1cd2ef6d95aa575c4a69 core2 includes std features by default. To achieve no_std compataibility this must be disabled. Fixes broken no_std...
[As of v7.8](https://v8.dev/blog/v8-release-78#webassembly-c%2Fc%2B%2B-api) V8 implements the [Wasm C/C++ API proposal](https://github.com/WebAssembly/wasm-c-api/). This API is implemented as a separate V8 build target producing a library called libwee8. This library supports only WebAssembly,...
~Ready once #3137 is merged~ Ready for review Issue ref: #3136
Ready once #3138 is merged Issue ref: https://github.com/project-oak/oak/issues/3136
The (baremetal) runtime is presently only tested by a) [rudimentary end to end tests](https://github.com/project-oak/oak/blob/main/xtask/src/launcher.rs) and b) unit tests of components it imports from the legacy Oak Functions runtime. We should...
Most of the non-gRPC specific bits in `grpc_unary_attestation/src/server.rs` will be needed for both the linux runtime (that exposes a gRPC endpoint directly) _and_ the bare-metal/UEFI runtime (that performs handshakes but...
- [X] the flatc compiler outputs code that requires std. Fixed by #2905 - [ ] the flatbuffers crate depends on the core2 crate in `no_std`, but does not disables...
At the present both the Rust and Java client can only send invocations in sequence. That is they have to wait for a response to the previous message before sending...
See the in [progress design doc](https://docs.google.com/document/d/1Q4u5hYzOFF74_RfwZzpRWgSSwJwfQ-GXRvNllgCXOO8/edit?usp=sharing) (Google Internal).