1. 1. Overview
  2. 2. What Is Wasm
  3. 3. Wasmer
    1. 3.1. Requirements
  4. 4. Wasm's Limitations
    1. 4.1. Simple Plugin
    2. 4.2. Simple Plugin Runner
  5. 5. Work Arounds
    1. 5.1. Plugin Strings
    2. 5.2. Runner Strings
    3. 5.3. Error Feedback
  6. 6. Proc Macro
    1. 6.1. Move the scary bits
  7. 7. Even More Complicated

n

Move the scary bits

Code!