Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 711 Bytes

Release.1.7.4.adoc

File metadata and controls

18 lines (10 loc) · 711 Bytes

Main highlights:

  1. Create a BuckleScript project and build in a single line(works on all platforms with zero dependencies including Windows)

npm install -g bs-platform && bsb -init hello && cd hello && npm run build
  1. Adding several modules to Js namespace, including Option, Result, List and Vector. Note it is still work in progress, but these libraries are optimized for both performance and size, they can provide an even smaller code size than current case