aeryen

Results 3 comments of aeryen

Looking a bit at the compiler's source, I found the wasm-only renaming in check_decl.cpp `check_proc_decl()`. This will rename all foreign functions, so they begin with their special module name, even...

Ok, nevermind?! I had a leak of the client in one of my tests. It seems to work now. Still I believe one would need to store the anonymous arrow...

That is (kind of) expected. The initialization will only happen once you step over that line, so when stepping the first time on the `for` line, it should change from...