# Interoperability

The interoperability subsystems expose memory and buffer interop utilities between WebGPU and WebAssembly or Python.

## In This Section

- Frame arena allocation and reset flows
- Heap arena lifecycle and typed allocations
- View and typed-array helpers over shared memory
- Shared memory requirements and checks
- Pointer/handle-based interop utilities

## Suggested Starting Points

- [WasmGPU.python](./wasmgpu-python.md)
- [WasmGPU.interop](./wasmgpu-interop.md)
- [WasmGPU.createBuffer](./wasmgpu-interop-buffer.md)
- [WasmGPU.createView](./wasmgpu-interop-view.md)

Use the sidebar for the complete interop API reference.
