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