From b62262209651ba18b59ba19170038b9ea12aa024 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 26 Sep 2023 11:00:33 +0900 Subject: [PATCH] samples/inst-context-threads: Add a brief explanation (#2592) --- samples/inst-context-threads/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/samples/inst-context-threads/README.md b/samples/inst-context-threads/README.md index 43b13c66..d64cbff5 100644 --- a/samples/inst-context-threads/README.md +++ b/samples/inst-context-threads/README.md @@ -1,4 +1,5 @@ -The "inst-context" sample project -================================= +The "inst-context-threads" sample project +========================================= -This sample demonstrates module instance context API. +This sample demonstrates some interactions between +module instance context API and wasi-threads.