Renamings.

This commit is contained in:
Sergey Pepyakin
2017-11-27 16:11:12 +03:00
parent 0482373afc
commit 0ea8a48a64
7 changed files with 64 additions and 65 deletions

View File

@@ -15,8 +15,8 @@ fn main() {
}
// Intrepreter initialization.
// It also initializes a default "env" module.
let program = parity_wasm::ProgramInstance::with_env_params(
// It also initializes a default "env" module.
let program = parity_wasm::ProgramInstance::with_emscripten_env(
interpreter::EnvParams {
total_stack: 128*1024,
..Default::default()