Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix instruction
  • Loading branch information
youknowone committed Nov 29, 2025
commit 8ebb88805bf467b4e175e73ac4f4bf6aaa2a0c77
9 changes: 1 addition & 8 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cargo run -- script.py
cargo run

# With specific features
cargo run --features ssl
cargo run --features jit

# Release mode (recommended for better performance)
cargo run --release -- script.py
Expand Down Expand Up @@ -176,13 +176,6 @@ cargo build --target wasm32-wasip1 --no-default-features --features freeze-stdli
cargo run --features jit
```

### SSL Support

```bash
# Enable SSL support
cargo run --features ssl
```

## Test Code Modification Rules

**CRITICAL: Test code modification restrictions**
Expand Down