wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX and WASI
https://wasmer.io
MIT License
19.04k stars 814 forks source link

Add a unique Engine id #5265

Open theduke opened 2 days ago

theduke commented 2 days ago

For efficient caching of we need a way to identify distinct engine instances at runtime.

Expose an Engine::id() that returns an opaque, hashable EngineId type.