Requirements for patch url #31
Unanswered
andrewbaxter
asked this question in
Q&A
Replies: 1 comment
-
Hmm okay, The example shows |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The example shows e.g.
localhost:8080
but I'm not sure what domain to expect (browser extension). There are three points that weren't clear to me:let sourcemap = mapper.map_v3(false);
but never usessourcemap
. I assume this must be written to a file matching some pattern related to the address.FWIW a method like
auto_patch()
that modified the file, generated the source map, and wrote it to the correct location relative to thewasm
file would be great.Thanks a lot for working on this! I particularly appreciate that it can be used as a module, I'm doing the same with bindgen atm to get around frequent version mismatch issues so that means I can just stick this on the end.
Beta Was this translation helpful? Give feedback.
All reactions