Any 'unsafe' shared object loading libraries?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • loserland_exec

    Load a DLL from memory

    loserland_exec 👁

  • wasmer

    🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

    The closest I can suggest, if you want a language-agnostic layer that supports loadable modules, has C and C++ as a supported language, and has the sandboxing required to prevent bad C or C++ from harming the host program is to use the Rust bindings for embedding Wasmer and then use WebAssembly as your loadable module format. That'll also have the benefit that modules don't need to be compiled separately for each CPU-OS combination.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts