api-builder icon indicating copy to clipboard operation
api-builder copied to clipboard

add support for GHCJS

Open eryx67 opened this issue 9 years ago • 0 comments

Added support for GHCJS and appropriate example.

The main diffrerence with GHC version is usage of strict ByteStrings instead of lazy ones. Also no support for multipart bodies yet.

Code was compiled under GHCJS 7.10.2 with latest improved-base branch.

At least StackOverflow example works well without problems.

eryx67 avatar Sep 08 '15 12:09 eryx67