|
|
|
|
|
by j-pb
1185 days ago
|
|
WASM makes browsers simpler, not more complex.
It's much easier to get the implementation of a 20 page spec correct, than the combinatorial monster that is 200 highlevel language specs and APIs.
The more we can push into a small formal core, the better.
Formal verification tools call this the de Bruijn criterion. You create a small formal core for your proof system, and everything highlevel just compiles to that. |
|
JS spec was also 20 pages. Until we got modern Javascript.
wasm spec will grow. Just look at the roadmap: https://webassembly.org/roadmap/