top | item 34562778

Plugins for Rust

1 points| seddonm1 | 3 years ago |reorchestrate.com

1 comment

order

seddonm1|3 years ago

This post demonstrates how to implement plugins for Rust using QuickJS in WebAssembly for safe arbitrary code execution. It relies heavily on on the work done by Shopify with Javy (https://github.com/Shopify/javy) but makes the deployment process easier. I hope it is useful.