Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 290 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 290 Bytes

About

Building

You can build Ruby by running the following Makefile targets:

  • make v3.2.0

Running a script with ruby

Don't forget to map the folder that contains the ruby script, which you want to run. For example:

wasmtime --mapdir=./::./ -- ruby my-script.rb