Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Examples

These examples help you understand how you build your wasm plugins with our Go SDK (which is the only language SDK supported for now). Each example takes a different approach, refer to README in them for the details.

  • NodeNumber Plugin: The simple example plugin in which you can simply get how the wasm plugin looks like.
  • Adbanced NodeNumber Plugin: The example plugin one step advanced, which is more complicated than the first one, but more efficient and testable.