Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make clearing value stack between export invocations optional (#188)
This avoids the main overhead of repeated export invocations by making it optional to clear the value stack after each interpreter run. This is especially useful if different exports of the same module are invoked repeated so that no unintended information leaks are possible.
- Loading branch information