enhancementhelp wantedpostponed
Repository metrics
- Stars
- (1,033 stars)
- PR merge metrics
- (PR metrics pending)
Description
Execute custom translators code in a sandbox. We should provide to sandbox a basic JS features and objects to fetch requests. We should always warn users about potentially dangerous translators code, but try to decrease possible attack vectors.
Probably, to implement it, we have to create WASM module and then provide JS features to this module.
Links to explore