alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
v1.0.0
author
Louis Pilfold
date
2 years ago
(Mar 4, 2024, 12:56 PM UTC)
commit
29bc9339
29bc933968778a43fa0a5da32dc4442d61bdcfd4
parent
cbad7b85
cbad7b85e0617a9114077fe701092fa53f14de0a
+8
-8
5 changed files
Expand all
Collapse all
Unified
Split
Cargo.lock
compiler-cli
Cargo.toml
compiler-core
Cargo.toml
compiler-wasm
Cargo.toml
test-package-compiler
Cargo.toml
+4
-4
Cargo.lock
View file
Reviewed
···
747
747
748
748
[[package]]
749
749
name = "gleam"
750
750
-
version = "1.0.0-rc2"
750
750
+
version = "1.0.0"
751
751
dependencies = [
752
752
"async-trait",
753
753
"atty",
···
795
795
796
796
[[package]]
797
797
name = "gleam-core"
798
798
-
version = "1.0.0-rc2"
798
798
+
version = "1.0.0"
799
799
dependencies = [
800
800
"askama",
801
801
"async-trait",
···
846
846
847
847
[[package]]
848
848
name = "gleam-wasm"
849
849
-
version = "1.0.0-rc2"
849
849
+
version = "1.0.0"
850
850
dependencies = [
851
851
"camino",
852
852
"console_error_panic_hook",
···
2222
2222
2223
2223
[[package]]
2224
2224
name = "test-package-compiler"
2225
2225
-
version = "1.0.0-rc2"
2225
2225
+
version = "1.0.0"
2226
2226
dependencies = [
2227
2227
"camino",
2228
2228
"gleam-core",
+1
-1
compiler-cli/Cargo.toml
View file
Reviewed
···
1
1
[package]
2
2
name = "gleam"
3
3
-
version = "1.0.0-rc2"
3
3
+
version = "1.0.0"
4
4
authors = ["Louis Pilfold <louis@lpil.uk>"]
5
5
edition = "2021"
6
6
license-file = "LICENCE"
+1
-1
compiler-core/Cargo.toml
View file
Reviewed
···
1
1
[package]
2
2
name = "gleam-core"
3
3
-
version = "1.0.0-rc2"
3
3
+
version = "1.0.0"
4
4
authors = ["Louis Pilfold <louis@lpil.uk>"]
5
5
edition = "2021"
6
6
license-file = "LICENCE"
+1
-1
compiler-wasm/Cargo.toml
View file
Reviewed
···
1
1
[package]
2
2
name = "gleam-wasm"
3
3
-
version = "1.0.0-rc2"
3
3
+
version = "1.0.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
View file
Reviewed
···
1
1
[package]
2
2
name = "test-package-compiler"
3
3
-
version = "1.0.0-rc2"
3
3
+
version = "1.0.0"
4
4
authors = ["Louis Pilfold <louis@lpil.uk>"]
5
5
edition = "2021"
6
6
license-file = "LICENCE"