Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 722 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 722 Bytes

ontio-wasmjit

ontio-wasmjit is a high performance WebAssembly execution engine built for ontology.

Features

  • 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.

License

This project is licensed under the MIT license.

Third party software

This project is originally forked from wasmtime, which licensed under the Apache License (Version 2.0).