Skip to content

mhmd-azeez/extism_link_modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linking multiple modules in Extism

This example shows how you can link multiple modules in the same Manifest. lib provides the Capitalize function, which is used by main.

To run the example:

  1. Build each plugin:
cd lib
make
cd main
make
  1. Run the host app:
cd host
go run .

You should get something like this:

Output: Hello, MO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors