Is it possible in Rust to save the complete state of a program and restore it later? Such as may be accomplished in some implementations of Common Lisp

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

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

    The WebAssembly Pre-Initializer

  • See https://github.com/bytecodealliance/wizer for an implementation of this approach.

  • wasmtime

    A fast and secure runtime for WebAssembly

  • The WASM instructions, linear memory, etc. are the same, but when you're dealing with a JIT-style runtime you also have to answer what exactly are you pausing? A lot of it will be generated machine code. For discussion using Wasmtime as an example, see this issue on the same topic: https://github.com/bytecodealliance/wasmtime/issues/3017

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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