From 32a1415d0bc6d83f0bc8082a612b52733abbb880 Mon Sep 17 00:00:00 2001 From: Cloud_Yun Date: Sat, 26 Sep 2026 18:24:13 +0900 Subject: [PATCH] compat.wamr: fix the interpreter named in the header comment --- pkgs/c/compat.wamr.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/c/compat.wamr.lua b/pkgs/c/compat.wamr.lua index 09124933..c75e0b3e 100644 --- a/pkgs/c/compat.wamr.lua +++ b/pkgs/c/compat.wamr.lua @@ -62,7 +62,7 @@ -- ───────────────────────────────────────────────────────────────────────── -- WHAT THE BASE CONTAINS -- --- Interpreter runtime only: classic + fast interpreter, bulk memory and +-- Interpreter runtime only: the fast interpreter, bulk memory and -- reference types (both on in upstream's own default build), no AOT, no JIT, -- and no libc for the guest. That is the configuration an embedder wants when -- wasm modules are plugins reached only through host-provided imports.