Update README.md

This commit is contained in:
jasonwitty 2025-09-09 02:57:32 -07:00 committed by GitHub
parent 5f2777cdb2
commit f936767835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,8 @@ This directory contains a complete WebAssembly (WASM) compatibility test and imp
## Quick Test ## Quick Test
```bash ```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 # Build the WASM package
wasm-pack build --target web --out-dir pkg wasm-pack build --target web --out-dir pkg