Skip to content

Latest commit

 

History

History
 
 

add

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Trivial WASM function that adds two numbers together and returns the result.

It's useful as a basic demonstration of loading and invoking WASM from a host, as well as a starting point for new samples.

This sample is just like add-not-folded, but using folded instructions.