diff --git a/socktop_wasm_test/README.md b/socktop_wasm_test/README.md index 0629589..42e7e8b 100644 --- a/socktop_wasm_test/README.md +++ b/socktop_wasm_test/README.md @@ -22,7 +22,7 @@ This directory contains a complete WebAssembly (WASM) compatibility test and imp - ❌ TLS connections (`wss://`) - use `ws://` only - ❌ TLS certificate handling (use non-TLS endpoints) -## Quick Test +## Quick Start - WASM Test Page ```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. @@ -37,6 +37,9 @@ basic-http-server . --addr 127.0.0.1:8000 # Check the browser console for test results ``` + + + ## WASM Dependencies The test uses the WASM-compatible networking features: diff --git a/socktop_wasm_test/screenshot_09092025_134458.jpg b/socktop_wasm_test/screenshot_09092025_134458.jpg new file mode 100644 index 0000000..185c353 Binary files /dev/null and b/socktop_wasm_test/screenshot_09092025_134458.jpg differ