microsoft / jacdac

Device and service catalogs for Jacdac.
https://aka.ms/jacdac
Creative Commons Attribution 4.0 International
66 stars 25 forks source link

api to retreive VM version number #1223

Closed pelikhan closed 1 year ago

pelikhan commented 1 year ago

jacscript manager should have more versioning information, including runtime version.

mmoskal commented 1 year ago

need to re-think this; as of now the typical JS feature testing should mostly work:

if (Buffer.alloc) {
  buf = Buffer.alloc(12)
}