Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 269 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 269 Bytes

Platinum

Language that compiles to WASM

How to use

cargo run ./examples/main.plat
  • Reads in main.plat
  • Prints out the tokenized program
  • Outputs main.wasm
wasmer ./examples/main.wasm -i main

Prints out the main function's result.