Reuse wasmtime instances, the PR (#5567)

* Preserve a single wasmtime instance.

* Sketch of wasm instance reusing.

* Refactor and docs.

* Rename state_snapshot to util module.

* Renaming.

* Comments.

* Error handling

* More fixes.
This commit is contained in:
Sergei Pepyakin
2020-04-08 18:45:25 +02:00
committed by GitHub
parent 01cb097ab4
commit 0629f999ff
10 changed files with 446 additions and 156 deletions
+2 -1
View File
@@ -18,6 +18,7 @@
#![warn(missing_docs)]
pub mod sandbox;
pub mod error;
pub mod sandbox;
pub mod util;
pub mod wasm_runtime;