mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-14 15:31:44 +00:00
Deprecate ProgramInstance.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
//! WebAssembly interpreter module.
|
||||
|
||||
#![allow(deprecated)]
|
||||
|
||||
use std::any::TypeId;
|
||||
use validation;
|
||||
use common;
|
||||
|
Reference in New Issue
Block a user