Skip to content
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

[Proposal] Reflect size of specific wasm binary on a wheel #9

Open
MaxGraey opened this issue Mar 10, 2019 · 3 comments
Open

[Proposal] Reflect size of specific wasm binary on a wheel #9

MaxGraey opened this issue Mar 10, 2019 · 3 comments

Comments

@MaxGraey
Copy link
Contributor

No description provided.

@boyanio
Copy link
Owner

boyanio commented Mar 21, 2019

Hey Max,

Thank you for the proposal. Most of wheel parts (languages) compile directly to wasm and we could put the file size on the wheel part. Languages like C# and PHP, however, work as interpreters in the wheel, i.e. the interpreter is compiled to wasm and the source file is given as a parameter. What do you think we should do in these scenarios?

Best,
Boyan

@MaxGraey
Copy link
Contributor Author

I think that it will be difficult for such languages ​​to separate part of the CLR from runtime and the actual code, and you just need to specify the final size, considering the CLR as part of the runtime.

@boyanio
Copy link
Owner

boyanio commented Mar 21, 2019

Good point. Maybe for C# one could write "X bytes CRL + X bytes code" with text or something similar. I could try to play around with the styling to see if I could manage to squeeze it on the wheel part :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants