ontio-wasmjit is a high performance WebAssembly execution engine built for ontology.
- High Performance - Order of magnitude faster than interpreter execution, thanks to cranelift.
- Deterministic - Diasable all floating point operation, limit the function call depth and the number of function local variables.
- Secure - contains gas mentering, limit all resources usage.
This project is licensed under the MIT license.
This project is originally forked from wasmtime, which licensed under the Apache License (Version 2.0).