Skip to content

Files

Latest commit

7e3cc56 · Jul 13, 2023

History

History
This branch is up to date with funera1/webassembly-language-runtimes:in-memory.

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