Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize host calls in the wasmi interpreter (#291)
* optimize host calls in the wasmi interpreter This commit does two things to speed-up host calls: - Reuse heap allocations for consecutive host calls to hold arguments. - More efficient copying of stack values to host argument buffer. * add host_call benchmark
- Loading branch information