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

**Describe the bug** The repro codes below crash by a JSException "RuntimeError: table index is out of bounds" after 2379 times of increment. **To Reproduce** Main.hs ```haskell module Main where...

Has anyone attempted to convert the resulting web-assembly modules to C (using wasm2c) and then compile to an executable? If not, is there an interest of that?

**Describe the bug** A clear and concise description of what the bug is. Callbacks created by `wrapper`, along with their dependencies, seem to be susceptible to garbage collection. Minimally, a...

type: bug

**Is your feature request related to a problem? Please describe.** For a long time, our official recommended IDE is `ghcid`, since it was relatively easy to set up a `ghci`...

type: feature request

**Is your feature request related to a problem? Please describe.** As illustrated in https://github.com/tweag/asterius/issues/401, Asterius currently fails on Safari, and in general browsers that do not support `BigInt`s yet. To...

type: feature request

Right now the Asterius version of [naproche](https://github.com/naproche/naproche) is roughly 3x as slow as the GHCJS version and roughly 30 times as slow as on the command line. Is this normal/expected?...

Fedora (among other distros) has SElinux enabled by default. If that's the case, the guide won't work. The issue can be fixed by adding `--security-opt label=disable` to the podman command.

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [ssri](https://github.com/npm/ssri) from 8.0.0 to 8.0.1. Changelog Sourced from ssri's changelog. 8.0.1 (2021-01-27) Bug Fixes simplify regex for strict mode, add tests (76e2233) Commits 3eec7a3 chore(release): 8.0.1 2083289 chore: update...

dependencies

**Describe the bug** In the cloudflare-new test, the `Wai` `pathInfo` and `queryString` are always showed empty for a parsed `req`. **To Reproduce** In `test/cloudflare-new.hs`, replace ``` callCommand "wrangler preview --headless"...