Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / test / external_only_erlang / src / external_only_erlang.gleam
352 B 8 lines
1// SPDX-License-Identifier: Apache-2.0 2// SPDX-FileCopyrightText: 2024 The Gleam contributors 3 4// This function is only implemented for Erlang, so if we try and call it from 5// JavaScript, or build this package for JavaScript, then the compiler will 6// (should) emit an error. 7@external(erlang, "external_only_erlang_ffi", "main") 8pub fn main() -> Nil