bytecodealliance / componentize-py

Apache License 2.0
147 stars 16 forks source link

ensure `dlopen` symbol table uses forward slashes #93

Closed dicej closed 3 months ago

dicej commented 3 months ago

On Windows, we were using back slashes, which meant dlopen failed to resolve all but trivial paths at runtime.