Add Rust impl of wasmtime_ssp_proc_exit

This commit is contained in:
Jakub Konka
2019-04-27 10:57:35 +02:00
committed by Dan Gohman
parent e906370661
commit 69e44caa29
5 changed files with 8 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ extern crate wasmtime_runtime;
extern crate log;
mod host;
mod host_impls;
mod instantiate;
mod syscalls;
mod translate;