Skip to content

Simple plugin system example in Rust with WASM using wasmtime

Notifications You must be signed in to change notification settings

thi8v/plugin-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin App

This is an example of an application that extends its functionalities with a plugin system. This project is written in Rust, plugins are compiled to WASM components. They are then executed at runtime by the app.

Software Requirements

To run this example you need various softwares:

How to use it

  1. $ cd plugin-ie
  2. $ ./compile.sh
  3. $ cd ..
  4. $ cargo run
  5. >> load plugin_ie.wasm
  6. Use the project idk

About

Simple plugin system example in Rust with WASM using wasmtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published