Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
This directory contains these subdirectories:

 synopsis/
   - includes the synopsis examples from the POD
     of this distribution.  Useful for showing
     basic usage
 wasmtime/
   - Examples translated from the Python extension
     wasmtime-py into Perl using the lower level
     Wasm::Wasmtime interface
 wasm/
   - Examples based on the wasmtime examples (and
     others) using the simpler Perlish Wasm.pm
     interface.