Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
embed_file
/
embed_file_d_freestanding.v
5
lines
·
4
sloc
·
129 bytes
·
96e4a09b66d07a9f4f5e9a4885bdbc5cec4b0d75
Raw
1
module
embed_file
2
3
// do nothing, `os` is not available for that target
4
fn
reload_from_file_at_runtime(
mut
ed EmbedFileData) {
5
}
6