Hi community,
Is there a way in motoko to read files through a given path?
More specifically I want to save a .wasm file (as a blob) into a variable through a given file path in my program without getting it from the frontend or other ways.
Is something like this possible?
Thanks in advance