タグ

techfeedとWebAssemblyに関するtossy_yukkyのブックマーク (2)

  • WebAssembly for web developers

    When WebAssembly was first announced, it caused excitement, but also some fear in the web development community and beyond. Programmers coming from languages like C++, or Rust surely appreciated the fact that they now could target the broader demographic of Web users, while putting in much less effort than was previously required. Web developers, on the other hand, especially those experienced mai

    WebAssembly for web developers
    tossy_yukky
    tossy_yukky 2020/09/10
    なるほどこれはWebAssemblyのハードルがまたちょっと下がったのかな。 Rust書きたい人にとってはつまらないニュースかもしれないけど。 https://github.com/AssemblyScript/assemblyscript
  • Photon - WebAssemblyで高速画像編集

    MOONGIFTはオープンソース・ソフトウェアを紹介するブログです。2021年07月16日で更新停止しました WebAssemblyWASM)の大きな特徴として、その実行速度が挙げられます。Webブラウザ上で実行されるJavaScriptでは限界があった速度も、WebAssemblyであればネイティブ並の速度で実行できます。 そんな実行速度の速さを活かしたソフトウェアがPhotonです。WebAssemblyの力で画像を処理します。 Photonの使い方 元ファイルです。 レッドチャンネルのみ。 縮小表示。 上下反転。 ウォーターマーク追加。 テキスト追加。 フィルタを組み合わせることもできます。 結果をずらして適用すればこんな効果も。 明るさの調整。 Photonは画像全体に対するフィルターのみになるようですが、一瞬にして加工できます。全体の輝度調整やフィルタリングであれば、サーバサイ

    Photon - WebAssemblyで高速画像編集
    tossy_yukky
    tossy_yukky 2020/07/23
    サーバーサイドwasmの流れがしっかり来たらrailsだろうがなんだろうが、BFFならぬ「BFB(Backend for Backend)」としてwasm呼び出すとかアリぽくない?
  • 1