From f9367678353bbaa960368a2f0519a5a473e6bcfa Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Tue, 9 Sep 2025 02:57:32 -0700 Subject: [PATCH] Update README.md --- socktop_wasm_test/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/socktop_wasm_test/README.md b/socktop_wasm_test/README.md index 0bbe91b..0629589 100644 --- a/socktop_wasm_test/README.md +++ b/socktop_wasm_test/README.md @@ -25,6 +25,8 @@ This directory contains a complete WebAssembly (WASM) compatibility test and imp ## Quick Test ```bash +# Please note that the test assumes you have and agent runnign on your local host at port 3000. If you would like to use an alternate configuration please update lib.rs prior to build. + # Build the WASM package wasm-pack build --target web --out-dir pkg