With webapplications the dev loop [change -> build -> deploy -> test] is very iterative. Due to browser caches easy to mistake the build version. Hence very often neccesary to identify the build version.
Does wasm-bindgen
/wasm-pack
provide some macro with e.g. Timestamp
to dump in the logfile, in order to identify the version of the build?
Something like: log(BUILD_DATE)
=> "2020:09:12 09:37:12"