Deprecate ProgramInstance.

This commit is contained in:
Sergey Pepyakin
2017-12-18 13:04:05 +03:00
parent d53487800c
commit 460daf8651
3 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
//! WebAssembly interpreter module.
#![allow(deprecated)]
use std::any::TypeId;
use validation;
use common;