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

Configure Feed

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

And format

+2 -2
+2 -2
compiler-core/src/codegen.rs
··· 2 2 // SPDX-FileCopyrightText: 2020 The Gleam contributors 3 3 4 4 use crate::{ 5 + Result, 5 6 build::{ 6 - module_erlang_name, package_compiler::StdlibPackage, ErlangAppCodegenConfiguration, Module, 7 + ErlangAppCodegenConfiguration, Module, module_erlang_name, package_compiler::StdlibPackage, 7 8 }, 8 9 config::PackageConfig, 9 10 erlang, 10 11 io::FileSystemWriter, 11 12 javascript::{self, ModuleConfig}, 12 13 line_numbers::LineNumbers, 13 - Result, 14 14 }; 15 15 use ecow::EcoString; 16 16 use erlang::escape_atom_string;