Current section
Files
Jump to
Current section
Files
src/playground_.erl
-module(playground_).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([main/0]).
-spec main() -> gleam@json:json().
main() ->
_pipe = protocol@runtime:encode__call_argument(
{call_argument,
{some, gleam@dynamic:from(<<"My dynamic value"/utf8>>)},
none,
{some, {remote_object_id, <<"1"/utf8>>}}}
),
gleam@io:debug(_pipe).