Skip to content

ChristianMoesl/lms-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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