mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-02 10:32:16 +00:00
redundant comments removed
This commit is contained in:
parent
b2807f579a
commit
9936ba63f7
@ -15,7 +15,6 @@ fn main() {
|
||||
}
|
||||
|
||||
// Intrepreter initialization.
|
||||
// parity_wasm::ProgramInstance can be parameterized with a custom User error to be returned from native modules
|
||||
// parity_wasm::DefaultProgramInstance parametrize ProgramInstance with a pre-defined "DummyUserError"
|
||||
// Initializes a default "env" module also.
|
||||
let program = parity_wasm::DefaultProgramInstance::with_env_params(
|
||||
|
@ -16,7 +16,6 @@ fn main() {
|
||||
let (_, program_args) = args.split_at(3);
|
||||
|
||||
// Intrepreter initialization.
|
||||
// parity_wasm::ProgramInstance can be parameterized with a custom User error to be returned from native modules
|
||||
// parity_wasm::DefaultProgramInstance parametrize ProgramInstance with a pre-defined "DummyUserError"
|
||||
// Initializes a default "env" module also.
|
||||
let program = parity_wasm::DefaultProgramInstance::with_env_params(
|
||||
|
Loading…
x
Reference in New Issue
Block a user