alpha
Login
or
Join now
nandi.uk
/
gleam
Star
1
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
1
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
gleam
/
compiler-core
/
src
17 folders
37 files
at
82114d29b104b4feab19c08223fc526ad1ef7892
nandi
Rebase wasm work onto gleam-lang/gleam main and fix 1.18 API drift.
14hrs ago
82114d29
analyse
clippy
2 weeks ago
ast
Begin implementation of Wasm codegen
10 months ago
build
Rebase wasm work onto gleam-lang/gleam main and fix 1.18 API drift. Port Target::Wasm exhaustiveness, external_wasm plumbing, and MIR/formatter matches for TypedDefinitions, ClauseGuard::BinaryOperator, and related AST changes after landing on v1.18.0-rc2.
14 hours ago
call_graph
Begin implementation of Wasm codegen
10 months ago
config
SPDX licence information comments
1 month ago
docs
get rid of write! macro for appending to strings
1 week ago
erlang
add test
5 days ago
error
Fix panic wrapping multibyte char at width boundary
5 days ago
exhaustiveness
clippy
2 weeks ago
io
remove usages of `Default::default()`
1 month ago
javascript
Fix bug with bit array float slice and `Number` constructor
3 days ago
metadata
Begin implementation of Wasm codegen
10 months ago
package_interface
Translate more parts of a case expression
11 months ago
parse
Add Zed extension Wasm packaging to the Wasm backend. Emit full zed:extension guests (CABI stubs, language-server-command), package components with zed:api-version, and add `gleam export zed-extension`. Also extend MIR/codegen for @external(wasm), structs, lists, and package link.
1 day ago
snapshots
Snapshot the generated .app file content Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
2 weeks ago
type_
Begin implementation of Wasm codegen
10 months ago
wasm
Rebase wasm work onto gleam-lang/gleam main and fix 1.18 API drift. Port Target::Wasm exhaustiveness, external_wasm plumbing, and MIR/formatter matches for TypedDefinitions, ClauseGuard::BinaryOperator, and related AST changes after landing on v1.18.0-rc2.
14 hours ago
analyse.rs
Add Zed extension Wasm packaging to the Wasm backend. Emit full zed:extension guests (CABI stubs, language-server-command), package components with zed:api-version, and add `gleam export zed-extension`. Also extend MIR/codegen for @external(wasm), structs, lists, and package link.
1 day ago
ast.rs
Begin implementation of Wasm codegen
10 months ago
ast_folder.rs
SPDX licence information comments
1 month ago
bit_array.rs
clippy
2 weeks ago
build.rs
Rebase wasm work onto gleam-lang/gleam main and fix 1.18 API drift. Port Target::Wasm exhaustiveness, external_wasm plumbing, and MIR/formatter matches for TypedDefinitions, ClauseGuard::BinaryOperator, and related AST changes after landing on v1.18.0-rc2.
14 hours ago
call_graph.rs
clippy
2 weeks ago
codegen.rs
Add Zed extension Wasm packaging to the Wasm backend. Emit full zed:extension guests (CABI stubs, language-server-command), package components with zed:api-version, and add `gleam export zed-extension`. Also extend MIR/codegen for @external(wasm), structs, lists, and package link.
1 day ago
config.rs
Stage git path dependencies via worktrees Clone the repo once, check the commit out in a temp worktree, and hard-link the dependency's subdirectory into build/packages.
1 month ago
dep_tree.rs
Implement Wasm codegen enough to run under wasmtime. Lower integers, floats, bools, and strings to Wasm, emit WASI _start that prints main's result, and add examples/hello_wasm as a sample app.
1 day ago
dependency.rs
clippy
2 weeks ago
derivation_tree.rs
get rid of write! macro for appending to strings
1 week ago
diagnostic.rs
clippy
2 weeks ago
docs.rs
clippy
2 weeks ago
encryption.rs
remove redundant clones
1 month ago
erlang.rs
change how bit array size works because of binary representation
1 week ago
error.rs
Rebase wasm work onto gleam-lang/gleam main and fix 1.18 API drift. Port Target::Wasm exhaustiveness, external_wasm plumbing, and MIR/formatter matches for TypedDefinitions, ClauseGuard::BinaryOperator, and related AST changes after landing on v1.18.0-rc2.
14 hours ago
exhaustiveness.rs
clippy
2 weeks ago
hex.rs
Authenticate Hex package requests with HEXPM_READ_API_KEY Use the API key from the HEXPM_READ_API_KEY environment variable, when set, to authenticate requests to Hex while resolving and downloading dependencies. This raises the rate limit from the stricter per-IP limit to the higher per-user limit.
2 weeks ago
inline.rs
Begin implementation of Wasm codegen
10 months ago
io.rs
clippy
2 weeks ago
javascript.rs
make javascript code generation faster by skipping grapheme counting in docs
1 week ago
lib.rs
Begin implementation of Wasm codegen
10 months ago
line_numbers.rs
SPDX licence information comments
1 month ago
manifest.rs
clippy
2 weeks ago
metadata.rs
Rebase wasm work onto gleam-lang/gleam main and fix 1.18 API drift. Port Target::Wasm exhaustiveness, external_wasm plumbing, and MIR/formatter matches for TypedDefinitions, ClauseGuard::BinaryOperator, and related AST changes after landing on v1.18.0-rc2.
14 hours ago
package_interface.rs
Begin implementation of Wasm codegen
10 months ago
parse.rs
Add Zed extension Wasm packaging to the Wasm backend. Emit full zed:extension guests (CABI stubs, language-server-command), package components with zed:api-version, and add `gleam export zed-extension`. Also extend MIR/codegen for @external(wasm), structs, lists, and package link.
1 day ago
paths.rs
Rebase wasm work onto gleam-lang/gleam main and fix 1.18 API drift. Port Target::Wasm exhaustiveness, external_wasm plumbing, and MIR/formatter matches for TypedDefinitions, ClauseGuard::BinaryOperator, and related AST changes after landing on v1.18.0-rc2.
14 hours ago
reference.rs
Fix unused module for discarded alias collision
1 week ago
requirement.rs
Handle case where path field is empty
1 month ago
strings.rs
clippy
2 weeks ago
tests.rs
Add licence comments
1 month ago
type_.rs
Begin implementation of Wasm codegen
10 months ago
uid.rs
SPDX licence information comments
1 month ago
version.rs
Use consistent spelling
3 weeks ago
warning.rs
Begin implementation of Wasm codegen
10 months ago
wasm.rs
Add Zed extension Wasm packaging to the Wasm backend. Emit full zed:extension guests (CABI stubs, language-server-command), package components with zed:api-version, and add `gleam export zed-extension`. Also extend MIR/codegen for @external(wasm), structs, lists, and package link.
1 day ago