-
Notifications
You must be signed in to change notification settings - Fork 69
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
Emit standalone, interactive HTML pages with Yew #9
Comments
And whoever you sent this HTML file to wouldn't need to have |
Also, the web would be a good place to create visualizations like tree maps |
@mbebenita wants something like this to integrate into wasm studio. In this use case, crucially, it would be able to parse new binaries live in the website, not work only with some extant parsed IR. |
We can handle this use case through WebAssembly.Studio fiddle URLs. |
Would you be supportive in closing this in favor of: #581 ? |
I made something that might be related to this https://github.com/zxch3n/wasm-size-inspector WASM.Size.Inspector.mp4 |
We should be able to emit an HTML file containing:
.wasm
blob, that contains a Yew app that deserializes the IR graph and then interactively runs any analysis on it that you might choose.This HTML file would be able to be sent easily as an email attachment or uploaded to a bug tracker, etc. Since it is just a single HTML file, and you wouldn't need to wrangle an HTML file and a JS file and a wasm file and ... and keep their relative positions on the filesystem correct.
The text was updated successfully, but these errors were encountered: