Google Native Client

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 May 10 4:46
Editor
Edited
Edited
2024 May 10 5:27
Refs
Refs

NaCI

chrome://sandbox
The original motivation was to run native code (web browser extensions) that are potentially untrustworthy from third party developer.
An compiler-assisted inner sandbox that creates a security subdomain within a process. (Intra-process sandbox)
notion image
Needs to be compiled with their own toolchain to enforce the constraints shown here via NaCL compiler with constraints.
However, Deprecated in Q4 2019 in favor of
WebAssembly
(leaning towards a cross-browser solution unlike NaCL was only chrome-based solution)
 
 
 
 
 

Recommendations