bashlet 0.1.0

Sandboxed bash execution environment using WebAssembly
Documentation
# Generated by Cargo
/target/

# Cargo.lock is included for binary crates
# Uncomment if this is a library crate
# Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Node
node_modules/
dist/
coverage/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
*.egg
.coverage
.pytest_cache/
htmlcov/