Skip to content

gasi/purescript-dce-benchmark

Repository files navigation

PureScript Dead Code Elimination Proof of Concept

Prerequisites

  • Node.js + npm: brew install node
  • stack: curl -sSL https://get.haskellstack.org/ | sh
  • bats: brew install bats

Quickstart

Run all tests:

make

Example 1: DCE in webpack + JS

make --directory example1-dce-js

Example 2: No DCE with webpack + PureScript CommonJS

make --directory example2-no-dce-purs

Example 3: DCE with webpack + PureScript ESM

make --directory example3-dce-purs

Example 4: DCE with webpack + PureScript ESM + external module

make --directory example4-dce-purs-multiple-modules

Example 5: DCE with webpack + PureScript ESM + FFI

make --directory example5-dce-purs-ffi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published