Current section
Files
Jump to
Current section
Files
src/gleb128@internal@runtime.erl
-module(gleb128@internal@runtime).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([get_current_runtime/0]).
-export_type([runtime/0]).
-type runtime() :: erlang | java_script.
-spec get_current_runtime() -> runtime().
get_current_runtime() ->
runtime_ffi:get_current_runtime().