Skip to content
Snippets Groups Projects
Commit fec8e7ad authored by Cheng Shao's avatar Cheng Shao :beach:
Browse files

wasm: fix dyld downsweep filepath handling in browser

The wasm dyld downsweep logic used to rely on nodejs path module to
handle filepaths. That's not available in browsers, so this commit
implements poor man's filepath handling in js, which is not elegant
for sure but works for both nodejs and the browser.

(cherry picked from commit d9b71e82)
parent 41476767
No related branches found
No related tags found
No related merge requests found
Loading
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