エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
A Wee Allocator for WebAssembly
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
A Wee Allocator for WebAssembly
Recently, we introduced WebAssembly (compiled from Rust) into the source-map JavaScript library. ... Recently, we introduced WebAssembly (compiled from Rust) into the source-map JavaScript library. We saw parsing and querying source maps get a whole lot faster. But keeping the compiled .wasm code size small was a challenge. There are a variety of tools available for removing dead code from WebAssembly and compressing .wasm sizes: wasm-gc constructs the callgraph of all the functions in a .wasm fi