0.16.2
-
motoko (
moc)-
Added primitives to access canister environment variables (#5443):
Prim.envVarNames : <system>() -> [Text] Prim.envVar : <system>(name : Text) -> ?Text
These require
systemcapability to prevent supply-chain attacks. -
Added ability to import
Blobs from the local file system by means of theblob:file:URI scheme (#4935).
-