Bringing the Web Up to Speed with WebAssembly.¶
Haas, A., Rossberg, A., Schuff, D. L., Titzer, B. L., Holman, M., Gohman, D., Wagner, L., et al. (2017). Bringing the Web Up to Speed with WebAssembly. Proceedings of the 38th ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI), 185-200.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Sandboxing
- The perimeter is the runtime's linear-memory model plus the host's capability list: the module addresses only its own bounded, zeroed memory region and can invoke only the imported functions the host explicitly supplies — there is no ambient access to the filesystem, the network, or arbitrary memory.
This sourceSpecifies WebAssembly's linear-memory model, host-mediated import capabilities, and trap-on-violation semantics that bound an untrusted module's effects.
- The perimeter is the runtime's linear-memory model plus the host's capability list: the module addresses only its own bounded, zeroed memory region and can invoke only the imported functions the host explicitly supplies — there is no ambient access to the filesystem, the network, or arbitrary memory.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:b96380c1b547 · see in the full table