Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 390 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 390 Bytes

lms-wasm: WASM as an embedded DSL in Scala

Setup

Compile LMS from source:

git clone https://github.com/TiarkRompf/lms-clean
cd lms-clean
sbt publishLocal

Clone the project and manage it using sbt:

git clone https://github.com/ChristianMoesl/lms-wasm
cd lms-wasm
sbt

Run tests:

sbt test