⭐️ A friendly language for building type-safe, scalable systems!
at main 267 B view raw
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") 5pub fn main() -> Nil