Fork of daniellemaywood.uk/gleam — Wasm codegen work
Commits
Author
Commit
Message
Date
Instead of attempting to compile directly from Gleam's typed AST
(granted it does have a few transformations already), we instead compile
this typed AST down to a lower level IR that will make compiling with
cranelift much easier.
Seems we may have hit a bug in the GitHub action being used.
See https://github.com/Azure/artifact-signing-action/issues/146
Closes https://github.com/gleam-lang/gleam/issues/5979
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.