並び順

ブックマーク数

期間指定

  • から
  • まで

561 - 600 件 / 1134件

新着順 人気順

WebAssemblyの検索結果561 - 600 件 / 1134件

  • Asterius から GHC WebAssembly バックエンドに移行した話 - Qiita

    はじめに 趣味で作っているアプリケーションを Haskell で書いていて、これをブラウザで動かせるようにしたいというのがありました。 そこで、 Haskell で書いたコードを、WebAssembly にコンパイルすることでブラウザ上で呼び出せるようにする そのための諸々の手順を GitHub Actions で自動化しつつ GitHub Pages にデプロイする というのをやるために、かつて Asterius という Haskell → WebAssembly コンパイラを使っていたのですが、最近これが GHC 本体にマージされたという話があり、移行することにしました。 Asterius とは Haskell から WebAssembly へのコンパイラです。 Asterius を動かしてみた人の情報としては、以下が詳しいと思います。 AsteriusでHaskellの関数をJSから

      Asterius から GHC WebAssembly バックエンドに移行した話 - Qiita
    • WebVM | WebAssembly Virtualisation | Leaning Technologies

      A server-less Linux virtual environment running fully browser-side HTML5/WebAssembly. WebVM is powered by the CheerpX virtualization engine, which enables safe,  sandboxed client-side execution of x86 binaries on any browser. CheerpX is powered by an x86 to WebAssembly binary translation JIT compiler, a virtual block-based file system, and a Linux syscall emulator. It supports full TCP and UDP net

        WebVM | WebAssembly Virtualisation | Leaning Technologies
      • GitHub - duckdb/duckdb-wasm: WebAssembly version of DuckDB

        DuckDB is an in-process SQL OLAP Database Management System. DuckDB-Wasm brings DuckDB to every browser thanks to WebAssembly. Duckdb-Wasm speaks Arrow fluently, reads Parquet, CSV and JSON files backed by Filesystem APIs or HTTP requests and has been tested with Chrome, Firefox, Safari and Node.js. Learn more about DuckDB-Wasm from our VLDB publication or the recorded talk. Try it out at shell.du

          GitHub - duckdb/duckdb-wasm: WebAssembly version of DuckDB
        • GoogleのMediaPipe機械学習フレームワークがWebAssemblyでWeb対応に

          Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

            GoogleのMediaPipe機械学習フレームワークがWebAssemblyでWeb対応に
          • A fast in-place interpreter for WebAssembly

            WebAssembly (Wasm) is a compact, well-specified bytecode format that offers a portable compilation target with near-native execution speed. The bytecode format was specifically designed to be fast to parse, validate, and compile, positioning itself as a portable alternative to native code. It was pointedly not designed to be interpreted directly. Instead, design considerations at the time focused

            • Kubernetes meets WebAssembly in Microsoft’s Krustlet

              Kubernetes meets WebAssembly in Microsoft’s Krustlet ‘Kubernetes Rust kubelets’ allow you to run WebAssembly workloads on Kubernetes alongside containers Microsoft’s Deis Labs recently announced an intriguing direction for Kubernetes, one that offers a new, sandboxed environment for our code. Building on the increasingly popular WebAssembly, Krustlet is a tool for delivering Kubernetes-managed wor

                Kubernetes meets WebAssembly in Microsoft’s Krustlet
              • RustをWebAssemblyにコンパイルしてlucet-runtimeで動かす

                はじめに Lucet は Fastly が開発している WebAssembly のコンパイラ & ランタイムです。 公式ドキュメント: Lucet は WebAssembly を実行するための CLI に加え、Rust のプログラムから Lucet を利用できる lucet-runtime という ランタイム API も提供しています。 今回、この lucet-runtime を公式ドキュメントの通りに試したところ意外とハマるポイントが多かったことや、 公式ドキュメントには WebAssembly にコンパイルするサンプルコードがC 言語で書かれたものしかなく「Rust で書くには?」と試行錯誤したため、備忘録的に手順をまとめておきます。 Lucet のソースコードをコンパイルしたもので動作確認しましたが、記事執筆時点の最新コミットは 51fb1ed です。 前提:必要なものをインストール

                  RustをWebAssemblyにコンパイルしてlucet-runtimeで動かす
                • Using Rust and WebAssembly to Process Pixels from a Video Feed

                  Using Rust and WebAssembly to Process Pixels from a Video Feed At Streem we are on a mission to make the world's expertise more accessible. We create guidance tools to steer the discussion and ensure accurate understanding the first time. One of the guidance tools we are developing for web is a 3d cursor that can be positioned in a remote video. To accomplish this, we need to process a lot of raw

                    Using Rust and WebAssembly to Process Pixels from a Video Feed
                  • Blazor Server と Blazor WebAssembly: 特徴をまとめてみました - インフラジスティックス・ジャパン株式会社Blog

                    つい最近まで、C# 開発者がブラウザー向けコードを記述したいとなった場合、JavaScript を使う必要がありました。しかし、Web 開発の世界は急速に変化していて、今や開発者はハイエンドの Web アプリ開発のために JavaScript に依存する必要はなくなりました。もしあなたがサーバーに接続せずに (アドオンやプラグインなしで) ブラウザーで .NET を実行することを考えたことがある場合、Blazor は WebAssembly と呼ばれるテクノロジーのおかげでそれを実現しています。 このブログでは、Blazor WebAssembly と、なぜそれが多くの話題を呼んでいるのかを詳しく見ていきます。 この記事はインフラジスティックス本社により作成された英文記事の機械翻訳により生成されました。 原文は以下よりご確認いただけます。 Jason Beres 2021.2.23  [B

                      Blazor Server と Blazor WebAssembly: 特徴をまとめてみました - インフラジスティックス・ジャパン株式会社Blog
                    • WebAssemblyを使ったPHPのリアルタイムPlaygroundを作りました。

                      はじめに こんにちは @glassmonekeyです。 久しぶりの投稿になります。 今回は個人開発ネタで WebAssembly を使った PHP の Playground を作ったので紹介になります。 PHP を WebAssembly で動かす仕組みそのものに関しては 2023 年 3 月 23 日にて PHPerKaigi2023でPHPをブラウザで動かす技術も話す予定なので そちらも合わせてご確認ください。この記事では WebAssembly そのものや PHP の Build についてそこまで触れません。 この記事では主にサービスに関する実現手段にフォーカスしての紹介になります。 作ったもの ソースコードはこちらになります。 なぜ作ろうと思ったのか PHP で簡単なスニペットの実行と共有に課題を感じていたためです。 コードレビューといったコミュニケーションの場面や、文法の確認とい

                        WebAssemblyを使ったPHPのリアルタイムPlaygroundを作りました。
                      • tinysearch - WebAssemblyを使ったWebブラウザ用全文検索

                        Webサイトには検索機能をつけるのが基本です。その多くの場合、サーバサイドでデータベースを検索し、その結果を返すようになっています。またはコンテンツデータをあらかじめクライアントサイドに持っておいて、JavaScriptで絞り込んだりします。 今回紹介するtinysearchはクライアントサイドで検索を行います。特徴的なのはWebAssemblyを使っているということでしょう。 tinysearchの使い方 検索しているところです。 検索欄に入力することで、候補がインクリメンタルに絞り込まれていきます。 tinysearchはWebAssemblyで実装されているので高速に動作し、かつ全文検索まで行えます。これをJavaScriptで実装すると、遅くなってしまうかも知れません。検索はブルームフィルタで行われています。 tinysearchはRust製のオープンソース・ソフトウェア(MIT

                          tinysearch - WebAssemblyを使ったWebブラウザ用全文検索
                        • GitHub - i-net-software/JWebAssembly: Java bytecode to WebAssembly compiler

                          JWebAssembly is a Java bytecode to WebAssembly compiler. It uses Java class files as input. That it can compile any language that compile to Java bytecode like Clojure, Groovy, JRuby, Jython, Kotlin and Scala. As output it generates the binary format (.wasm file) or the text format (.wat file). The target is to run Java natively in the browser with WebAssembly. The difference to similar projects i

                            GitHub - i-net-software/JWebAssembly: Java bytecode to WebAssembly compiler
                          • Azure Static Web Apps を使用して Blazor WebAssembly アプリと .NET API を公開する - Training

                            このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。

                              Azure Static Web Apps を使用して Blazor WebAssembly アプリと .NET API を公開する - Training
                            • Bringing Sharp to WebAssembly and WebContainers

                              TL;DR: You can now use Sharp - a high-performance image processing library for Node.js, in WebContainers! Try it live on StackBlitz! WebContainers is an environment that allows you to run Node.js directly in your browser. It can easily handle any JavaScript, including npm modules. However, when it comes to image processing and optimisation, users of toolchains such as Gatsby, Astro, Next.js and ot

                                Bringing Sharp to WebAssembly and WebContainers
                              • GitHub - bytecodealliance/jco: JavaScript tooling for working with WebAssembly Components

                                Jco provides a fully native JS toolchain for working with WebAssembly Components in JavaScript. Features include: "Transpiling" Wasm Component binaries into ES modules that can run in any JS environment. WASI Preview2 support in Node.js (undergoing stabilization) & browsers (experimental). Component builds of Wasm Tools helpers, available for use as a library or CLI commands for use in native JS e

                                  GitHub - bytecodealliance/jco: JavaScript tooling for working with WebAssembly Components
                                • 【Rust+WebAssembly(wasm)】ゲームライブラリMacroquad使おうその1 | eda3-dev

                                  Rustのクロスプラットフォーム対応ゲームライブラリであるMacroquadが面白そうなので、使い方をまとめたいと思います。 公式サイトはこちら。 https://macroquad.rs 前提Rustが導入済みであること → 導入方法環境OS:Windows 10rustc 1.50.0 (cb75ad5db 2021-02-10)cargo 1.50.0 (f04e7fab7 2021-02-04)rustup 1.24.2 (755e2b07e 2021-05-12)toolchain:stable-x86_64-pc-windows-gnuMacroquadとはそもそも何?Rust製のゲーム用ライブラリであり、クロスプラットフォーム(Web、Windows、Mac、Linux、Android、iOS)に対応しておりシンプルなコードですぐに実行出来るのが特徴です。 。まずは以下のUR

                                  • 標準ライブラリ無しのWebAssemblyでDOOMを動かす実験 - Qiita

                                    以前、 ClangだけでWASMバイナリを作る記事で、ヘッダが無いので使えない的な事を書いた 。今回、 malloc とか fopen を用意して実際にDOOMを動かしてみた。 動画: https://www.youtube.com/watch?v=EBF7E6_qkn8 今回インタプリタとしてはwabt( https://github.com/WebAssembly/wabt )付属のものを使用した。wabtはCygwinで上手く動作しなかったが、修正して PRを出している 。 結果としてある程度動くものはできた。ちょっとプレイには厳しいものがあるが、今回の成果を元にSDKとして環境をまとめて行きたい。 もくてき 前回の記事 に書いたように、LLVM8以降のclangは標準でWASMターゲットをサポートしていて、単体で .c ファイルをWASMに変換することができる。今回は、この機能だけ

                                      標準ライブラリ無しのWebAssemblyでDOOMを動かす実験 - Qiita
                                    • GitHub - deislabs/wagi: Write HTTP handlers in WebAssembly with a minimal amount of work

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - deislabs/wagi: Write HTTP handlers in WebAssembly with a minimal amount of work
                                      • 法律専門家のための WebAssemblyライセンス・コンプライアンスにおける現在のパラメータを探る - The Linux Foundation

                                        LFResearch 法律専門家のためのWebAssembly ライセンス・コンプライアンスにおける現在のパラメータを探る (日本語版も公開) 概要 WebAssemblyは現在注目を集めている技術です。しかし、インターネット上のWebAssemblyのドキュメントは、おもに開発者を対象としており、その使用方法や開発方法に焦点を当てています。必要なのは、オープンソース ライセンス コンプライアンスの観点からWebAssemblyを考察するドキュメントです。 このレポート『法律専門家のためのWebAssembly (Wasm)』は、WebAssemblyのオープンソース ライセンス コンプライアンスがどのように見えるか、またいくつかの方法で実施できる可能性について議論するための出発点として機能します。このレポートは、潜在的なライセンスコンプライアンスの落とし穴を強調し、潜在的な法的問題を提示

                                          法律専門家のための WebAssemblyライセンス・コンプライアンスにおける現在のパラメータを探る - The Linux Foundation
                                        • Hoot: Scheme to WebAssembly -- Spritely Institute

                                          Hoot is a Spritely project which provides a full-featured WebAssembly (Wasm) toolkit in Scheme. Hoot includes a Scheme to Wasm compiler, allowing Scheme code to run in recent browsers as a first-class citizen. Hoot requires no external tools and provides its own Wasm assembler and linker, and additionally contains a fully featured development environment including a disassembler, interpreter, and

                                            Hoot: Scheme to WebAssembly -- Spritely Institute
                                          • Getting Started with Swift WebAssembly

                                            iOSDC 2019

                                              Getting Started with Swift WebAssembly
                                            • Not So Fast: Analyzing the Performance of WebAssembly vs. Native Code | USENIX

                                              Abhinav Jangda, Bobby Powers, Emery D. Berger, and Arjun Guha, University of Massachusetts Amherst All major web browsers now support WebAssembly, a low-level bytecode intended to serve as a compilation target for code written in languages like C and C++. A key goal of WebAssembly is performance parity with native code; previous work reports near parity, with many applications compiled to WebAssem

                                              • WebAssemblyのこれから

                                                WebAssemblyのこれから 株式会社カブク あんどうやすし

                                                  WebAssemblyのこれから
                                                • RubyKaigi 2022 Ruby meets WebAssembly - マイペースなRailsおじさん

                                                  Ruby meets WebAssembly - RubyKaigi 2022 RubyKaigi 2022 1日目のキーノートが、内容もプレゼンも大変良かったので、少し詳しくレポートします。RubyをWebAssembly (WASM) の対応についてお話頂きました。WebAssemblyの基礎から、WebAssembly対応のテクニカルな難しさまで、非常にわかりやすく丁寧に説明されており、聴きごたえのある素晴らしい発表でした。 特にデモがおもしろく、思わずスゴイ!とうなりたくなるものばかりでした。 主な発表内容は、下記の3つでした。 RubyをWASM対応させるメリット WASM対応の仕組み RubyのWASM対応にあたって特に工夫した点 RubyをWASM対応させるメリット WASMは、主にWebブラウザで利用することを目的として作られた言語です。直接記述するのではなく、他の言語をW

                                                    RubyKaigi 2022 Ruby meets WebAssembly - マイペースなRailsおじさん
                                                  • WebAssembly for the Java Geek - JVM Advent

                                                    When many Java developers hear the word WebAssembly, the first thing they think is “browser technology”. The second thing: “it’s the JVM all over again”. After all, for a Java developer, in-browser apps are prehistory. In the last few weeks, there have been quite a few announcements around WebAssembly, such as the Docker+Wasm Technical Preview. As a Java geek myself, I think we should not dismiss

                                                      WebAssembly for the Java Geek - JVM Advent
                                                    • GitHub - LingDong-/wax: A tiny programming language that transpiles to C, C++, Java, TypeScript, Python, C#, Swift, Lua and WebAssembly 🚀

                                                      The goal of wax is to be a "common subset" of most major imperative programming languages. By lacking the unique fancy features in each of these languages and being as boring as possible, wax transpiles to all of them seamlessly, producing outputs that are: Readable: The output code looks just like the input code. Editable: A human programmer should be able to work from the output even if the orig

                                                        GitHub - LingDong-/wax: A tiny programming language that transpiles to C, C++, Java, TypeScript, Python, C#, Swift, Lua and WebAssembly 🚀
                                                      • WebAssembly 版 ImageMagick 〜 magick-wasm の紹介 - Qiita

                                                        はじめに サーバでなくブラウザ側で画像処理が動く WebAssembly 版 ImageMagick 〜 magick-wasm の使い方と 2023年初頭での状況報告です。 https://github.com/dlemstra/magick-wasm magick-wasm 本体にまだブラックボックス要素があるので、本体自体の解説はせず、今回は、実際に magick-wasm を使う事ができた。でも機能的に物足りなく感じた。それだけの解説エントリです。 4月20日に開発者のアナウンスにて、次リリース(恐らく 0.0.20)から wasm を js ファイルに含めないとの宣言がありました。 https://twitter.com/MagickNET/status/1648982963491618817 この記事で説明した手順では動かせなくなるかもしれません。少なくとも index.mjs

                                                          WebAssembly 版 ImageMagick 〜 magick-wasm の紹介 - Qiita
                                                        • V8がWebAssembly SIMDをサポート

                                                          Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                                            V8がWebAssembly SIMDをサポート
                                                          • Microsoft、Silverlightを置き換える「Blazor WebAssembly」の正式版を公開 | ソフトアンテナ

                                                            MicrosoftのSilverlightは2021年10月12日にサポートが終了する予定です。サポートされているブラウザもInternet Explorer 11のみで、積極的な開発は行われていない状態ですが、この代替となる新たなフレームワーク「Blazor WebAssembly」の正式版が公開されました(ASP.NET Blog)。 Blazor WebAssemblyでは、開発者はJavaScriptではなくC#を使ってWebアプリケーションを作成することができます。Blazorアプリは、C#、HTML、CSSを使用して実装された再利用可能なWeb UIコンポーネントで構成されており、クライアントとサーバーのコードは両方ともC#で書かれているため、開発者はコードやライブラリを共有することができるのです。 またBlazorはオープンなWeb標準を使用しているため、モバイルブラウザを含

                                                              Microsoft、Silverlightを置き換える「Blazor WebAssembly」の正式版を公開 | ソフトアンテナ
                                                            • WebAssemblyのカレンダー | Advent Calendar 2023 - Qiita

                                                              edit_calendarHow to join the calendarYou can join the calendar by selecting an available date and registering the URL of the article you wish to link to. If a slot is available, you can go back to a past date to join!

                                                                WebAssemblyのカレンダー | Advent Calendar 2023 - Qiita
                                                              • Public preview: AKS support for WebAssembly System Interface (WASI) workloads | Azure の更新情報 | Microsoft Azure

                                                                Azure を探索 Azure について 安全かつ将来を見据えた、オンプレミス、ハイブリッド、マルチクラウド、エッジのクラウド ソリューションについて調べる グローバル インフラストラクチャ 他のどのプロバイダーよりも多くのリージョンを備える持続可能で信頼できるクラウド インフラストラクチャについての詳細情報 クラウドの経済性 Azure の財務上および技術的に重要なガイダンスを利用して、クラウドのビジネス ケースを作成する 顧客イネーブルメント 実績のあるツール、ガイダンス、リソースを使用して、クラウド移行の明確なパスを計画する お客様事例 成功を収めたあらゆる規模と業界の企業によるイノベーションの例を参照する

                                                                  Public preview: AKS support for WebAssembly System Interface (WASI) workloads | Azure の更新情報 | Microsoft Azure
                                                                • RustではじめるWebAssembly入門~JavaScriptを超える高速なWebアプリ開発を実践しよう

                                                                  CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。

                                                                    RustではじめるWebAssembly入門~JavaScriptを超える高速なWebアプリ開発を実践しよう
                                                                  • GitHub - cloudflare/workers-rs: Write Cloudflare Workers in 100% Rust via WebAssembly

                                                                    use worker::*; #[event(fetch)] pub async fn main(req: Request, env: Env, _ctx: worker::Context) -> Result<Response> { console_log!( "{} {}, located at: {:?}, within: {}", req.method().to_string(), req.path(), req.cf().unwrap().coordinates().unwrap_or_default(), req.cf().unwrap().region().unwrap_or("unknown region".into()) ); if !matches!(req.method(), Method::Post) { return Response::error("Method

                                                                      GitHub - cloudflare/workers-rs: Write Cloudflare Workers in 100% Rust via WebAssembly
                                                                    • WebAssembly and SIMD

                                                                      Helping WebAssembly reach close to native speeds will be a great step forward to wide adoption. The current WebAssembly SIMD proposal is closing the performance gap, by allowing numeric-intensive WebAssembly programs to leverage SIMD to improve their runtime performance. Over the past couple of months at Wasmer, we’ve been hard at work adopting SIMD into our server-side WebAssembly runtime, and fo

                                                                        WebAssembly and SIMD
                                                                      • WebAssembly

                                                                        WEBASSEMBLY (WASM) In order to provide both security and portability, it was decided to move away from add-ons distributed as DLLs in favour of add-ons distributed as WebAssembly modules. In order to do so without requiring a full rewrite of existing add-ons, a new platform toolset was designed for Visual Studio with the following capabilities: Direct compilation of C/C++ projects into WebAssembly

                                                                        • Mewz (WebAssembly x Unikernel) を libkrun で動かしてみた - 外部記憶装置

                                                                          Mewz とは Mewz は2023年度未踏IT人材発掘・育成事業において、上田氏、野崎氏によって開発されている WebAssembly (Wasm) 専用の unikernel である。 www.ipa.go.jp github.com unikernel 実装である Mewz と、WebAssembly バイナリをマシンネイティブなオブジェクトファイルに変換する Wasker の詳細については氏らの成果報告において発表されているため割愛する。 https://demoday.saza.dev/demoday/ libkrun libkrun は RedHat のエンジニアである Sergio López 氏によって開発されている、コンテナ向けのVMMである。 github.com VMM としては QEMU が代表例として知られているが、 QEMU はコンテナ向けに利用するにはフットプ

                                                                            Mewz (WebAssembly x Unikernel) を libkrun で動かしてみた - 外部記憶装置
                                                                          • Moving from TypeScript to Rust / WebAssembly | Hacker News

                                                                            Whenever I write Rust, I have a lot of fun, but I'm still not sold on it for most web dev.The analogy that comes to mind is that Rust is a really nice sports car with a great engine. It handles like a dream and you can feel the powerful engine humming while driving it. With the right open road, it's a great time. You can really optimize code, make great abstractions and work with data easily. Unfo

                                                                            • WebAssemblyとRustが作るサーバーレスの未来

                                                                              注目を集めるWebAssemblyとRustそしてサーバーレスに結びつく未来を、Cloudflareのエンジニアが解説する。 RustとWebAssembly そして次のパートとしてRustとWebAssemblyに関して説明を行い、Mozillaの中ではRustとWebAssemblyのワーキンググループができていることを紹介した。そもそもCやC++といったLow Level Languageにおいて、いかにメモリー関連の安全性を高めるか? というゴールに向かって開発されたRustが、CやC++とともに1st class citizenとして扱われているのは当然のことだ。そして、冒頭で紹介した「WebAssembly on the server is the future of computing」につながる接点が、やっと見えてきたというのが次のトピックだ。

                                                                                WebAssemblyとRustが作るサーバーレスの未来
                                                                              • Add WASI based WebAssembly support by kateinoigakukun · Pull Request #5407 · ruby/ruby

                                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                  Add WASI based WebAssembly support by kateinoigakukun · Pull Request #5407 · ruby/ruby
                                                                                • Wasmerが「py2wasm」を発表、PythonからWebAssemblyに変換 インタープリタより3倍高速実行可能に

                                                                                  Wasmerが「py2wasm」を発表、PythonからWebAssemblyに変換 インタープリタより3倍高速実行可能に:Nuitkaを利用し高速化、難読化 WebAssembly(Wasm)ランタイムを開発するWasmerは、PythonプログラムをWebAssemblyに変換し、ベースラインインタープリタよりも3倍高速に実行できるようにする「py2wasm」を発表した。

                                                                                    Wasmerが「py2wasm」を発表、PythonからWebAssemblyに変換 インタープリタより3倍高速実行可能に