·
99 commits
to master
since this release
🔧 pluginlab crate
🐛 Bug Fixes
- Permission precedence fix: Fixed an issue where
--allow-all
flag wasn't properly overriding--allow-net
permissions. Previously, when both--allow-all
and--allow-net
were specified, the network permissions would be determined by--allow-net
instead of granting all permissions as expected. Now--allow-all
correctly takes precedence and grants full permissions.
✨ New Features
- Improved
list-commands
output: Thelist-commands
command now provides a cleaner, tab-separated output format that clearly distinguishes between plugin commands and reserved commands. It also now lists theman
command as a reserved command.
🌐 web-host
✨ New Features
- Enhanced REPL experience: Added log message when REPL host is ready
- Example tracking: Added badge on wand button to track which examples haven't been tested yet
- Mobile UX improvements: Removed autoComplete/Correct/Capitalize to prevent mobile keyboard interference with user inputs
🧪 Testing & Quality
- Added comprehensive tests for the new
man
command functionality - Enhanced test coverage for
list-commands
output changes
📦 Installation
cargo install [email protected]
Full Changelog: https://github.com/topheman/webassembly-component-model-experiments/compare/[email protected]@0.4.0