Skip to content
Snippets Groups Projects
Commit 0d0a16a8 authored by Cheng Shao's avatar Cheng Shao
Browse files

rts: correct stale link in comment

parent 33d9db17
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ int __main_argc_argv(int argc, char *argv[]) {
// here to ensure hs_init_ghc() sees everything it needs to see.
__attribute__((constructor(102))) static void __ghc_wasm_jsffi_init(void) {
// See
// https://gitlab.haskell.org/ghc/wasi-libc/-/blob/main/libc-bottom-half/sources/__main_void.c
// https://gitlab.haskell.org/ghc/wasi-libc/-/blob/master/libc-bottom-half/sources/__main_void.c
// for its definition. It initializes some libc state, then calls
// __main_argc_argv defined above.
__main_void();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment