From 6c085cfaf4f2244af72d1f98517e2908129120c5 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 12 Apr 2023 15:53:29 +0100 Subject: Add a skeleton language module. Module is called 'skel'. Configure with $ ./configure skel Signed-off-by: Andrew Clayton --- auto/help | 3 +++ 1 file changed, 3 insertions(+) (limited to 'auto/help') diff --git a/auto/help b/auto/help index 94854762..2707d4d2 100644 --- a/auto/help +++ b/auto/help @@ -88,4 +88,7 @@ cat << END run "./configure wasm-wasi-component --help" to see available options + skel OPTIONS configure SKEL module + run "./configure skel --help" to see available options + END -- cgit