Please enable JavaScript.
Coggle requires JavaScript to display documents.
webassembly - Coggle Diagram
webassembly
середовища
browser
https://caniuse.com/wasm
server side
Lunatic:
actors
Hosts
node
bindingen
rust
WaPC
serverless
https://workers.cloudflare.com/
https://atmo.suborbital.dev/
wasmCloud
blockchaine
Ewasm
EOS
containers
OCI
https://github.com/engineerd/wasm-to-oci
https://github.com/solo-io/wasm-image-spec
edge
fastify
https://docs.fastly.com/products/compute-at-edge
IOT
native WA -> C
https://github.com/wasm3/embedded-wasm-apps
FAAS
https://www.secondstate.io/faas/
https://arxiv.org/abs/2010.07115
postgress
https://github.com/wasmerio/wasmer-postgres
kubernates
Krustle
binary module sections
start point
tables
functions
imports
exports
datas
memory
4k pages
64k limit
lineral ( array)
Globals
мови
rust
assemblyscript
https://www.assemblyscript.org/
LLVM
Binaryen
C#
go
grain
zig
C /C++
Emscripten
runtimes
wasm3
wasmtime
wasmer
frameworks
yew
blazor
https://atmo.suborbital.dev/
architecture
stack machine
validation
execution
instructions
Numeric
references
vector
variables
memory
control
limits
no dom access
Multithreading
NO GC
WASI
https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/
WASM TYPES
https://hacks.mozilla.org/2019/08/webassembly-interface-types/