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

Configure Feed

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

v1.8.0

+12 -10
+2
CHANGELOG.md
··· 2 2 3 3 Dedicated to the memory of Len Pilfold. 4 4 5 + ## v1.8.0 - 2025-02-07 6 + 5 7 ## v1.8.0-rc1 - 2025-02-03 6 8 7 9 ### Compiler
+5 -5
Cargo.lock
··· 1023 1023 1024 1024 [[package]] 1025 1025 name = "gleam" 1026 - version = "1.8.0-rc1" 1026 + version = "1.8.0" 1027 1027 dependencies = [ 1028 1028 "async-trait", 1029 1029 "base16", ··· 1072 1072 1073 1073 [[package]] 1074 1074 name = "gleam-core" 1075 - version = "1.8.0-rc1" 1075 + version = "1.8.0" 1076 1076 dependencies = [ 1077 1077 "age", 1078 1078 "askama", ··· 1127 1127 1128 1128 [[package]] 1129 1129 name = "gleam-wasm" 1130 - version = "1.8.0-rc1" 1130 + version = "1.8.0" 1131 1131 dependencies = [ 1132 1132 "camino", 1133 1133 "console_error_panic_hook", ··· 2968 2968 2969 2969 [[package]] 2970 2970 name = "test-package-compiler" 2971 - version = "1.8.0-rc1" 2971 + version = "1.8.0" 2972 2972 dependencies = [ 2973 2973 "camino", 2974 2974 "gleam-core", ··· 2983 2983 2984 2984 [[package]] 2985 2985 name = "test-project-compiler" 2986 - version = "1.8.0-rc1" 2986 + version = "1.8.0" 2987 2987 dependencies = [ 2988 2988 "camino", 2989 2989 "gleam-core",
+1 -1
compiler-cli/Cargo.toml
··· 1 1 [package] 2 2 name = "gleam" 3 - version = "1.8.0-rc1" 3 + version = "1.8.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"
+1 -1
compiler-core/Cargo.toml
··· 1 1 [package] 2 2 name = "gleam-core" 3 - version = "1.8.0-rc1" 3 + version = "1.8.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"
+1 -1
compiler-wasm/Cargo.toml
··· 1 1 [package] 2 2 name = "gleam-wasm" 3 - version = "1.8.0-rc1" 3 + version = "1.8.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license-file = "LICENCE"
+1 -1
test-package-compiler/Cargo.toml
··· 1 1 [package] 2 2 name = "test-package-compiler" 3 - version = "1.8.0-rc1" 3 + version = "1.8.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license = "Apache-2.0"
+1 -1
test-project-compiler/Cargo.toml
··· 1 1 [package] 2 2 name = "test-project-compiler" 3 - version = "1.8.0-rc1" 3 + version = "1.8.0" 4 4 authors = ["Louis Pilfold <louis@lpil.uk>"] 5 5 edition = "2021" 6 6 license = "Apache-2.0"