Back to Wasmtime

Memory Protection Keys (MPK)

docs/examples-mpk.md

44.0.1484 B
Original Source

Memory Protection Keys (MPK)

You can also browse this source code online and clone the wasmtime repository to run the example locally.

This example demonstrates using the Memory Protection Keys feature on supported platforms.

Host Source

<!-- langtabs-start -->
rust
{{#include ../examples/mpk.rs}}
<!-- langtabs-end -->