From 5a9a6a27e99798d3a63b53f8480c6c79f33651b6 Mon Sep 17 00:00:00 2001 From: andreatp Date: Wed, 4 Mar 2026 14:48:08 +0000 Subject: [PATCH] fix CMA references --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07e4e5d..f56e9dc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Embedded PostgreSQL in plain Java bytecode. No containers, no native binaries, n ## How it works -`pglite4j` bundles a full PostgreSQL 17 instance compiled to WebAssembly (WASI) and runs it directly inside the JVM via [Chicory](https://github.com/dylibso/chicory) (a pure-Java WebAssembly runtime). The JDBC driver opens an internal loopback socket and transparently bridges TCP to the WASM module's CMA (Channel Memory Access) shared memory, no network traffic ever leaves the process. +`pglite4j` bundles a full PostgreSQL 17 instance compiled to WebAssembly (WASI) and runs it directly inside the JVM via [Chicory](https://github.com/dylibso/chicory) (a pure-Java WebAssembly runtime). The JDBC driver opens an internal loopback socket and transparently bridges TCP to the WASM module's CMA (Contiguous Memory Allocator) shared memory, no network traffic ever leaves the process. The build pipeline that produces the WASM binary runs inside Docker and chains several tools: