asterius icon indicating copy to clipboard operation
asterius copied to clipboard

DEPRECATED in favor of ghc wasm backend, see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc

Results 103 asterius issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.2.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

(See https://asterius.netlify.app/building.html) The documentation indicates the presence of a `make-packages.py` script, but that file doesn't appear to exist in the repo. Am I missing something? Thanks in advance

There are currently two [documented](https://asterius.netlify.app/) ways of installing `ghc-asterius`: * [Using a prebuilt container](https://asterius.netlify.app/images.html) * [Using Stack](https://asterius.netlify.app/building.html) Both of these have problems: * The Docker image contains a LOT more...

The following invocation of `ahc-link` puts ([most](https://stackoverflow.com/q/72674103/477476)) generated files into `_build/`: ``` ahc-link --input-hs src/main.hs --output-directory _build ``` However, passing the `output-directory` flag earlier seems to be ignored, as the...

**Describe the bug** `--export-function` doesn't appear to work. **To Reproduce** 1. Create `Example.hs` with the following contents: ```haskell module Example where greet :: String -> String greet x = "Hello,...

**Describe the bug** When using `foreign export javascript` to export a Haskell function, the function appears in `__asterius_jsffi.exports` if the code is compiled with `ahc-link`, but not if it is...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

**Is your feature request related to a problem? Please describe.** I want the same code to compile with both ahc-ghc and ghc, but some libraries (e.g. sdl2) are not compatible...

I found a number of issues in [the FFI blog post](https://www.tweag.io/blog/2018-09-12-asterius-ffi). I am guessing it will be easier to fix them if I just enumerate them in the order in...