You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebAssembly is an assembly language for a conceptual machine, not a physical one. This is why it can be run across a variety of different machine architectures.
Just as WebAssembly is an assembly language for a conceptual machine, WebAssembly needs a system interface for a conceptual operating system, not any single operating system. This way, it can be run across all different OSs.
This is what WASI is — a system interface for the WebAssembly platform.
We aim to create a system interface that will be a true companion to WebAssembly and last the test of time. This means upholding the key principles of WebAssembly — portability and security.
It provides portable and secure way to run WASM with system interface. It is also sandboxed.
The text was updated successfully, but these errors were encountered:
Would it be possible to run PHP with WebAssembly System Interface?
It provides portable and secure way to run WASM with system interface. It is also sandboxed.
The text was updated successfully, but these errors were encountered: