Software Alternatives & Reviews

WASM Instructions

Krustlet
  1. Build retro games using WebAssembly for a fantasy console
    Pricing:
    • Open Source

    #Game Engine #Graph Databases #Game Development 4 social mentions

  2. Kubernetes Kubelet in Rust for running WASM
    Pricing:
    • Open Source
    Oh it’s certainly looking like that IMO. You can run wasm in k8s: https://krustlet.dev/ Docker itself can run wasm: https://wasmlabs.dev/articles/docker-without-containers/ There are a few serverless runtimes based on wasm: https://wasmcloud.com/ A lot of those are powered by wasmtime or WasmEdge. If you’re wanting to be able to just pull down a random app and run it as wasm, that’s inherently harder with wasm, because you have to recompile, and amazing compiling stuff is always harder than it should be. For example I compiled jq to wasm to other day, so you dont have to worry (as much) about the CVEs that was issued recently. <a href="https://github.com/rockwotj/jq-wasi">https://github.com/rockwotj/jq-wasi</a>.

    #Cloud Computing #Cloud Hosting #Developer Tools 4 social mentions

Discuss: WASM Instructions

Log in or Post with