You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Wasm module for the translator is built by scripts/build_example -e hello_world (as a special case), and two versions of the application config are built (config.bin and config_translator.bin), but scripts/run_example -e hello_world uses the version without the translator module included.
The text was updated successfully, but these errors were encountered:
This change:
- Updates examples to use Rust Loader
- Updates macro and scripts for running Rust Loader
- Makes Oak CI to use Rust Loader for running examples
- Builds Rust Oak Loader with Cargo
- Fixes minor issues with gRPC server/client pseudo-Nodes
Fixes#725Fixes#874Fixes#901
Ref #945
The Wasm module for the translator is built by
scripts/build_example -e hello_world
(as a special case), and two versions of the application config are built (config.bin
andconfig_translator.bin
), butscripts/run_example -e hello_world
uses the version without the translator module included.The text was updated successfully, but these errors were encountered: