We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wabtの最適化ツールを途中で実行させる
tinygoから出るwasmでは実行時に不要なバイナリが多数あるため,最適化すると1/3くらいになり,最適化を施す処理を間に挟む.
The text was updated successfully, but these errors were encountered:
wasm-optとwasm-stripeどっちもやりたいが、前者はwabtに入ってない
Sorry, something went wrong.
GoとRustの速度検証で公平さを保つためでもある.
usuyuki
Successfully merging a pull request may close this issue.
✨ 概要
wabtの最適化ツールを途中で実行させる
なぜ必要
tinygoから出るwasmでは実行時に不要なバイナリが多数あるため,最適化すると1/3くらいになり,最適化を施す処理を間に挟む.
備考
The text was updated successfully, but these errors were encountered: