> ## Documentation Index
> Fetch the complete documentation index at: https://voltaire.tevm.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Bytecode.extractRuntime

> Extract runtime portion from creation bytecode

<Card title="Try it Live" icon="play" href="https://playground.tevm.sh?example=primitives/bytecode.ts">
  Run Bytecode examples in the interactive playground
</Card>

<Tabs>
  <Tab title="C">
    ## Complex Parsing Logic

    TypeScript implementation only. Bytecode payload extraction and metadata parsing is complex and not yet ported to C.

    ```c theme={null}
    // TypeScript implementation only
    // Bytecode payload extraction not yet available in C
    ```
  </Tab>
</Tabs>
