Skip to content

An experimental compiler of Tzo Standard Representation code to WebAssembly Text Format

Notifications You must be signed in to change notification settings

jorisvddonk/tzo-wat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tzo-Wat

This is an experimental compiler that compiles Tzo Standard Representation into a WebAssembly .wat file!

Running

  1. make sure you have dependencies installed: npm i
  2. npm run start -- --input <path to Tzo VMState .json> --output out.wat
  3. npx wat2wasm ./out.wat // will likely not work!
  4. node src/test.js ./out.wasm // will likely not work!

About

An experimental compiler of Tzo Standard Representation code to WebAssembly Text Format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published