-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is the source of mappings.wasm? #387
Comments
I think this is the repo. |
Seems pretty out of place and disconnected. They should either be in the same repo, or this project should reference the other library in the package.json |
Hi,
|
I'll move wasm sources in this repo via #465, hopefully this will clarify and simply contribution to wasm sources! |
The PR landed. See my two comments over #451 (comment). |
I was just looking at this library in comparison to other libraries that do sourcemap manipulation, and found it confusing to get started because of the extra requirement that the library is initialized with web assembly. It seems like much of the explanation of the workings was done in a blog post: https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/
Specifically, I think the documentation is incomplete because:
mappings.wasm
is defined- it appears to be a separate package, but there is also a version checked into the repo.mapping_callback
as the key interface for the .wasm code- this seems like an important part to include in a READMEThe text was updated successfully, but these errors were encountered: