wasmedge-rust-sdk icon indicating copy to clipboard operation
wasmedge-rust-sdk copied to clipboard

We should remove wasinn feature flag in plugin.rs

Open CaptainVincent opened this issue 1 year ago • 2 comments

Designing plugins to be dynamically loaded. Introducing feature flag make functionality is statically determined. Consider using a macro-like approach to dynamic generate the relevant preload API.

CaptainVincent avatar Oct 19 '23 10:10 CaptainVincent