1.1.0 • Published 2 years ago

wat-cli v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

run .wat files from the command line

CLI

Examples

import { Options, run } from 'wat-cli'

console.log(
  run(
    new Options({
      file: __dirname + '/math.wat',
      args: [1, '2'],
      name: 'add',
    })
  )
)

API

Credits

Contributing

Fork or edit and submit a PR.

All contributions are welcome!

License

MIT © 2022 stagas

1.1.0

2 years ago

1.0.0

2 years ago