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

wasm_xxxなところを廃止したい #183

Open
ddddddO opened this issue Jun 24, 2023 · 1 comment
Open

wasm_xxxなところを廃止したい #183

ddddddO opened this issue Jun 24, 2023 · 1 comment

Comments

@ddddddO
Copy link
Owner

ddddddO commented Jun 24, 2023

wasm生成用にwasm_xxx.goと分けていて、確か、

  • goroutine呼び出していたため(?)ビルドできても確か動かなかった(tinygoだから?)
  • spreaderあたりのどこかのエンコードパッケージがコンパイルできなかった?ような(これはtinygo由来だったと思う)

の理由があって分けてた。今は、

  • goroutineを意図的に呼ばない処理を作った
  • もしかしたらtinygoのversion上げれば、コンパイル通るかも?

で、wasm_xxx.goを廃止できるかもしれない。
合わせて、wasm_xxx.go以外でも記載してるファイル先頭のビルドタグも消したい

@ddddddO
Copy link
Owner Author

ddddddO commented Jun 24, 2023

でも、いまだと余分なパッケージインポートが無い分、バイナリサイズが抑えられてるからこのままでもいいかも

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

1 participant