# MEMORY_PROTECTION_WRITE

`import { MEMORY_PROTECTION_WRITE } from "destack:memory/binding";`

Allow writes to mapped pages.

```ds title="MEMORY_PROTECTION_WRITE"
const MEMORY_PROTECTION_WRITE: MemoryProtection
```

[language/library/src/memory/binding/virtual.ds:24](https://github.com/destack-sh/destack/blob/main/language/library/src/memory/binding/virtual.ds#L24)
