executor v0.0.3 Executor.Shared
This contains shared execution code that is valid for numerous languages
Summary
Functions
Returns result map for given language and code
Functions
Returns result map for given language and code
iex> run(“[1,2,3].size”, “elixir”) {:error,
%{
error_message: "invalid call [1, 2, 3].size()",
error_type: "CompileError",
return: nil,
stdout: ""
}
}