extism / js-pdk

Write Extism plugins in JavaScript & TypeScript
42 stars 16 forks source link

Add support for `Date()` #51

Closed bhelx closed 4 months ago

bhelx commented 4 months ago

Add basic support for Date() for simple timing. Need to consider possibility of exposing too much timing information.

ryanbethel commented 4 months ago

Could it be opt-in with a flag? In my use case I only need it for some logging during development and debugging. So if it exposed vulnerability, I could disable it for production.

bhelx commented 4 months ago

Yes, that might be a good compromise for the time being.