Closed
Bug 1934693
Opened 1 year ago
Closed 3 months ago
Ensure WebAssembly.Function shows up correctly in stack traces
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
DUPLICATE
of bug 1898035
People
(Reporter: rhunt, Unassigned)
References
(Blocks 1 open bug)
Details
A WebAssembly.Function object wraps an inner callable. We implement this by creating a hidden wasm module/instance that imports a JS function then re-exports it. We should ensure when this hidden wasm instance is called and a stack trace is generated that it looks 'correct'. We don't want the implementation details here to leak through.
| Reporter | ||
Updated•3 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•