エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
GitHub - lukewagner/polyfill-prototype-1: Experimental WebAssembly polyfill library and tools
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - lukewagner/polyfill-prototype-1: Experimental WebAssembly polyfill library and tools
A real (non-prototype) polyfill would hook into an ES6 Module loader polyfill so that loading a W... A real (non-prototype) polyfill would hook into an ES6 Module loader polyfill so that loading a WebAssembly module will Just Work. The scheme described here is just a proof of concept for how the polyfill can avoid massive copying, string manipulation and garbage. On the main thread, the client kicks off a load of a URL by calling loadWebAssembly and receives a Promise<Function>. The polyfill libr

