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-package-compiler / src / snapshots / test_package_compiler__generated_tests__erlang_empty.snap
584 B 25 lines
1--- 2source: test-package-compiler/src/generated_tests.rs 3expression: "./cases/erlang_empty" 4--- 5//// /out/lib/the_package/_gleam_artefacts/empty.cache 6<.cache binary> 7 8//// /out/lib/the_package/_gleam_artefacts/empty.cache_inline 9<8 byte binary> 10 11//// /out/lib/the_package/_gleam_artefacts/empty.cache_meta 12<57 byte binary> 13 14//// /out/lib/the_package/_gleam_artefacts/empty.erl 15-module(empty). 16 17 18//// /out/lib/the_package/ebin/hello_joe.app 19{application, hello_joe, [ 20 {vsn, "0.1.0"}, 21 {applications, []}, 22 {description, ""}, 23 {modules, [empty]}, 24 {registered, []} 25]}.