mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-22 03:01:38 +00:00
Move to sdk 0.6.5 (#102)
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use fluence::fce;
|
||||
use fluence::marine;
|
||||
|
||||
use fluence_it_types::IValue;
|
||||
use serde::Deserialize;
|
||||
@ -23,7 +23,7 @@ use serde::Serialize;
|
||||
pub const INTERPRETER_SUCCESS: i32 = 0;
|
||||
|
||||
/// Describes a result returned at the end of the interpreter execution.
|
||||
#[fce]
|
||||
#[marine]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct InterpreterOutcome {
|
||||
/// A return code, where INTERPRETER_SUCCESS means success.
|
||||
|
Reference in New Issue
Block a user