Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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