> ## 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.stripMetadata

> Remove Solidity compiler metadata from 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">
    ## `bytecode_strip_metadata(bytecode_t bytecode) bytecode_t`

    TypeScript implementation only. Complex string formatting not yet ported to C.

    ```c theme={null}
    // TypeScript implementation only
    // Complex string formatting not yet ported to C
    ```
  </Tab>
</Tabs>

## See Also

* [hasMetadata](/primitives/bytecode/hasmetadata) - Check if metadata is present
