並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 6 件 / 6件

新着順 人気順

quickjsの検索結果1 - 6 件 / 6件

  • QuickJS Javascript Engine

    News 2024-01-13: New release (Changelog) 2023-12-09: New release (Changelog) Introduction QuickJS is a small and embeddable Javascript engine. It supports the ES2023 specification including modules, asynchronous generators, proxies and BigInt. It optionally supports mathematical extensions such as big decimal floating point numbers (BigDecimal), big binary floating point numbers (BigFloat) and ope

    • C/C++に組み込める軽量JavaScriptエンジン “QuickJS” を試す - Qiita

      はじめに QuickJS は C/C++ に組み込める軽量な JavaScript エンジンである。ライセンスは MIT license。JavaScript を組み込みたいけれど V8 はオーバースペックすぎる、という時に有用と思われる。 デザインがシンプルすぎてかえって信頼感のある公式ページはこちら。 QuickJS Javascript Engine QuickJS is a small and embeddable Javascript engine. It supports the ES2020 specification including modules, asynchronous generators, proxies and BigInt. (訳:QuickJS は小さい・組み込み可能な JavaScript エンジンである。モジュール・非同期ジェネレータ・プロキシ・Bi

        C/C++に組み込める軽量JavaScriptエンジン “QuickJS” を試す - Qiita
      • ESP32 と QuickJS で小さなJavaScript実行環境を作る - Qiita

        社員ではない上に仕事とも関係ない内容ですが 第二のドワンゴ Advent Calendar 2020 用に書きました. はじめに IoT機器に組み込める JavaScript 実行環境が欲しくなったので,ESP32 を使った開発で QuickJS を使ってみました. ESP32のモジュールは小さい&簡単に使えそうな M5Atom を使います.24 x 24 x 10 mm に収まります. 誰でも入手可能でネットにつながる機器としては,世界最小&最安の JavaScript 実行環境ではないでしょうか(※当社調べ) . ニッチな内容なので読み飛ばしたい人のために,3行で書くと: ESP32 に QuickJS を載せて JavaScript を実行できるように Python や lua を組み込む感覚で JavaScript を使えると便利 使用メモリ削減のためのあれこれ JavaScrip

          ESP32 と QuickJS で小さなJavaScript実行環境を作る - Qiita
        • GitHub - justjake/quickjs-emscripten: Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions

          Javascript/Typescript bindings for QuickJS, a modern Javascript interpreter, compiled to WebAssembly. Safely evaluate untrusted Javascript (supports most of ES2023). Create and manipulate values inside the QuickJS runtime (more). Expose host functions to the QuickJS runtime (more). Execute synchronous code that uses asynchronous functions, with asyncify. Github | NPM | API Documentation | Variants

            GitHub - justjake/quickjs-emscripten: Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions
          • GitHub - bellard/quickjs: Public repository of the QuickJS Javascript Engine.

            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 - bellard/quickjs: Public repository of the QuickJS Javascript Engine.
            • QuickJSでお手軽ESP32+Javascript実行環境 - Qiita

              @binzume さんが投稿をされて、ESP32でもJavascriptが動くことを知りました。( ESP32 と QuickJS で小さなJavaScript実行環境を作る ) しかもES2020に対応しているなんて素敵です。 以下のことができることを目指します。 console.logがSerial出力されること(これはすでに@binzumeさんが実装されています) LCD、Wire(I2C)、GPIOをJavascriptから触れるようにします。 JavascriptのソースコードをWebから取得します。 3番目が今回のモチベーションで、ESP32起動時にネットワークから取得することで、PlatformIOやArduino IDEから毎度コンパイル・書き込みを行う必要がなくなります。動作確認が終わったら、ROMに埋め込みます。 毎度の通りGitHubに上げておきます。 porurub

                QuickJSでお手軽ESP32+Javascript実行環境 - Qiita
              1