Search
Items tagged with: webassembly
WebAssembly Micro #Runtime (WAMR)
https://github.com/bytecodealliance/wasm-micro-runtime
"#WAMR is a lightweight standalone WebAssembly (Wasm) runtime with small footprint, high performance and highly configurable features for applications cross from embedded, IoT, edge to Trusted Execution Environment (TEE), [...], cloud native and so on."
Looks neat, especially the different running modes look useful:
https://bytecodealliance.github.io/wamr.dev/blog/introduction-to-wamr-running-modes/
Introduction to WAMR running modes
The options of running a Wasm module # Usually, a WebAssembly module can be executed in either interpreter, Just-In-Time (JIT), or Ahead-Of-Time (AOT) compilation mode, and the choice can be based on the preference for execute performance, resource, …WAMR
#WebR makes it possible to run #RStats code in the browser without the need for an R server to execute the code: the R interpreter runs directly on the user’s machine. WebR is a version of the statistical language R compiled for the browser and #NodeJS using #WebAssembly, via Emscripten.
@gws shares an overview of the 0.2.0 release on YouTube: https://www.youtube.com/watch?v=Mpq9a6yMl_w&feature=youtu.be
webR 0.2 Overview: R in the browser | George Stagg | Posit
WebR is a version of the statistical language R compiled for the browser and Node.js using WebAssembly, via Emscripten.WebR makes it possible to run R code i...YouTube