Posts Tagged ‘WASM’
My Dart wish list
06Jul21
Dart is the main language that The @ Company uses, so after a few months here are the things that I’m missing the most: 1. YAML output Dart is pretty much build around YAML. Dependencies are defined in a pubspec.yaml, so of course there’s a YAML parser, that’s what yaml/yaml.dart does. But: This library currently […]
Filed under: technology, Uncategorized | Leave a Comment
Tags: Dart, releases, SDK, tls, WASM, YAML
Cloudflare recently announced two additional capabilities for their “serverless” Workers: support for WebAssembly as an alternative to JavaScript, and a key-value store called Workers KV. WebAssembly will allow Workers to be written in compiled languages such as C, C++, Rust and Go. Workers KV provides an eventually consistent state storage mechanism hosted across Cloudflare’s global […]
Filed under: cloud, InfoQ news | Leave a Comment
Tags: cloud, CloudFlare, FaaS, KV, stateful, WASM, WebAssembly, Workers