mockingbird icon indicating copy to clipboard operation
mockingbird copied to clipboard

[WIP] JS Scripting Support

Open danslapman opened this issue 1 year ago • 1 comments

Fixes #14

Problem

Currently existing "pseudofunction calls" is a quite limited mechanism, which is not enough in some complex scenarios like mocking complex authorization (e.g. http-signature), math computaions and others.

Solution

This PR replaces pseudofunctions with Graal-based JavaScript sandbox

Checklist

  • [ ] Unit test all changes
  • [ ] Update README.md if applicable
  • [x] Add [WIP] to the pull request title if it's work in progress
  • [ ] Squash commits that aren't meaningful changes

@mockingbird/maintainers

danslapman avatar Dec 09 '22 14:12 danslapman