1// This function is only implemented for JavaScript, so if we try and call it
2// from Erlang, or build this package for Erlang, then the compiler will
3// (should) emit an error.
4@external(javascript,"./external_only_javascript_ffi.mjs","main")5pubfnmain()->Nil