tree: e2a4845144c87d87c585758cf16c6d18d4571ad0 [path history] [tgz]
  1. config_test_files/
  2. src/
  3. BUILD.gn
  4. METADATA.textproto
  5. OWNERS
  6. README.md
src/sys/lib/library_loader/README.md

library_loader

Reviewed on: 2019-09-24

library_loader is a library to load executable VMOs along with dependent libraries.

Building

To add this project to your build, append --with //src/sys/lib/library_loader to the fx set invocation.

Using

library_loader can be used by depending on the //src/sys/lib/library_loader GN target and then using the library_loader crate in a rust project.

library_loader is not available in the SDK.

Testing

Unit tests for library_loader are available in the library_loader_tests package.

$ fx test library_loader_tests