TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Plugins for Rust

1 pointsby seddonm1over 2 years ago

1 comment

seddonm1over 2 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 (<a href="https:&#x2F;&#x2F;github.com&#x2F;Shopify&#x2F;javy">https:&#x2F;&#x2F;github.com&#x2F;Shopify&#x2F;javy</a>) but makes the deployment process easier. I hope it is useful.