issues
search
balena-io-modules
/
balena-temen
Balena TEMplating ENgine
Apache License 2.0
2
stars
1
forks
source link
Fix wasm builtin functions
#39
Closed
zrzka
closed
5 years ago
zrzka
commented
5 years ago
Adds temporary workaround for
now()
&
uuidv4()
for the wasm (#37 & #35)
Adds node tests for these two functions to catch similar issues in the future
Cargo.toml cleanup
Removes note from the docs about not working fns for the wasm
Adds
--allow-dirty
if the script is run locally
now()
&uuidv4()
for the wasm (#37 & #35)--allow-dirty
if the script is run locally