Jump to conversation
Unresolved conversations (2)
@sbc100 sbc100 May 31, 2024
Rather than calling `run_process` directly, I think you need to either: 1. Use `self.build_dlfcn_lib` 2. Use `self.emcc` 3. Keep using self.run_process by add `self.get_emcc_args()` yourself.
Outdated
test/test_core.py
msorvig
@sbc100 sbc100 May 29, 2024
How does this test fail without this change?
Outdated
test/test_core.py
msorvig
Resolved conversations (3)
@sbc100 sbc100 Jun 11, 2024
Adding the `@needs_dylink` decorator should fix the wasm2js test failure.
test/test_core.py
msorvig
@sbc100 sbc100 May 29, 2024
libA.sp -> libA.so
Outdated
test/test_core.py
@sbc100 sbc100 May 29, 2024
Perhaps add `RTLD_LOCAL` explicitly since that is what we are testing here isn't it?
Outdated
test/test_core.py