Cheng Shao

Results 75 issues of Cheng Shao

To use `compact` to serialize from/to `ByteString`s, currently we have to go through temporary files, which makes it a bit inconvenient. Surely in-memory serialization has a lot use cases, so...

Hi, thanks for the awesome project :) I wonder if there's plan to add support for building with `ghc-8.10.1`?

In the legacy `0.x` branch, `poll_oneoff` can only handle clock events, and it keeps spinning until the timeout has reached, which will block the whole event loop (https://github.com/wasmerio/wasmer-js/blob/0.x/packages/wasi/src/index.ts#L1369). Is this...

In the current runtime, we already have various ad hoc simulations of system interfaces like `read`, `write`, etc. The problem of these ad hoc simulations is: * An interface is...

P1
type: feature request

This is a tracking issue to maintain a list for known to compile packages, from a recent stackage snapshot (`lts-16.27`). ``` /root/.asterius/.stack-work/install/x86_64-linux-tinfo6/9ac86446ee106ce7d2a605758dc6b4b3bb6f16459689e79dafc8773bd503043c/8.8.4/share/x86_64-linux-ghc-8.8.4/asterius-0.0.1/.boot/asterius_lib/package.conf.d AC-Angle-1.0 ANum-0.2.0.2 BNFC-2.8.4 Boolean-0.2.4 BoundedChan-1.0.3.0 Cabal-3.0.2.0 ChannelT-0.0.0.7 Chart-1.9.3...

P2
type: documentation

**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.** Currently, our runtime bundling logic uses the entry script file as the root file, and always includes the whole runtime...

type: feature request

**Describe the bug** Since #737, all writes to `stdout`/`stderr` are forced to be retained in memory, because the `console_history` flag was forcibly turned on. This might be a minor source...

type: bug