v2 / vlib / v / embed_file / embed_file_d_freestanding.v
5 lines · 4 sloc · 129 bytes · 96e4a09b66d07a9f4f5e9a4885bdbc5cec4b0d75
Raw
1module embed_file
2
3// do nothing, `os` is not available for that target
4fn reload_from_file_at_runtime(mut ed EmbedFileData) {
5}
6