tree: 956570395dee0ced93c2b2463291744f4036f804 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. OWNERS
  5. 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

This project can be added to builds by including --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 run-test library_loader_tests