v0.0.6
0.0.6
Enhancements made
- Support separate WASM/JS files and remove use of callMain #44 (@ianthomas23)
- Add browser-based interactive demo #43 (@ianthomas23)
- Load WASM/JS modules dynamically using importScripts #40 (@ianthomas23)
- Use WebWorker #38 (@ianthomas23)
- Obtain WASM/JS files from emscripten-forge #37 (@ianthomas23)
- Add clear built-in command #36 (@ianthomas23)
- Support command-line editing #35 (@ianthomas23)
- Separate module for ANSI escape sequences #34 (@ianthomas23)
- Add export command #33 (@ianthomas23)
- Tab complete file and directory names #32 (@ianthomas23)
- Add options/flags for built-in commands #31 (@ianthomas23)
- Return exit codes from commands and set $? #30 (@ianthomas23)
- Use separate TerminalOutput for stderr #28 (@ianthomas23)
- Improvements to command/alias tab completion #27 (@ianthomas23)
- Support quotes in command line #26 (@ianthomas23)
Maintenance and upkeep improvements
- Pre-install micromamba in release actions #45 (@ianthomas23)
- Update releaser artifact name #39 (@jtpio)
- Use playwright and rspack for testing #29 (@ianthomas23)
- Add linting #24 (@ianthomas23)