| author | |
| committer | |
| log | f283791a5e72bf32abf65e7c8e67b29c22d76b41 |
| tree | 0d31f7bac3b601c8a7e43de464847358ad7b3b4c |
| parent | 1e095024a7974f323032f517aeff595e64963301 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
src/main.zig+1| ... | ... | @@ -3828,6 +3828,7 @@ fn createModule( |
| 3828 | 3828 | if (target.os.tag == .wasi) { |
| 3829 | 3829 | if (wasi_libc.getEmulatedLibCrtFile(lib_name)) |crt_file| { |
| 3830 | 3830 | try create_module.wasi_emulated_libs.append(arena, crt_file); |
| 3831 | create_module.opts.link_libc = true; | |
| 3831 | 3832 | continue; |
| 3832 | 3833 | } |
| 3833 | 3834 | } |