ontio / ontio-wasmjit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Rust 62.2%Language:WebAssembly 28.5%Language:C++ 7.5%Language:C 1.7%Language:Shell 0.2%