Currently, the code to process input into output is done through a custom script, and not directly from WCC itself. https://github.com/ProjectEvergreen/playground.wcc.dev/blob/main/src/scripts/repl.ts It should leverage WCC methods directly instead.
Currently, the code to process input into output is done through a custom script, and not directly from WCC itself.
https://github.com/ProjectEvergreen/playground.wcc.dev/blob/main/src/scripts/repl.ts
It should leverage WCC methods directly instead.