You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Wirtz edited this page Mar 18, 2018
·
5 revisions
Using source maps
To enable source map support for your WebAssembly binary for example for more convenient error reporting or debugging, it is currently necessary to either:
Include an absolute URL in the WebAssembly binary when instantiating a module from a buffer or
The exact source map URL included in the binary can be provided to asc as an argument to the --sourceMap parameter. Also note that WebAssembly source maps are not supported by all browsers, yet, but it is known that latest Firefox supports them.