amir3683
amir3683
DDeno
Created by amir3683 on 9/27/2024 in #help
Embedding Deno in a Rust App to evaluate dynamic javascript/typescript inputs/files?
Given deno is written in pure rust, can i embed deno as an internal javascript/typescript evaluator for a rust app. The use-case is having user submitted scripts to evaluate on a streaming input and collect response generate by the script against that input. having a dynamic script submitted as a javascript/typescript offers big flexibility for my system.
10 replies