Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/c/compat.wamr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading