mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-29 13:49:48 -06:00
Minor: expand a bit more on deno's bundling of V8 via pre-compiled lib.
This commit is contained in:
@@ -120,8 +120,11 @@ were unreliable in our previous V8 integration.
|
||||
|
||||
### Less Code
|
||||
|
||||
As mentioned before, switching off V8 removes a lot of high-scrutiny code, cuts
|
||||
binary size roughly in half and lets us build truly static binaries with MUSL.
|
||||
As mentioned before, switching off V8 removes a lot of high-scrutiny codex and
|
||||
roughly cuts our binary size in half.
|
||||
Moreover, our Deno dependency bundles V8 as a pre-compiled binary limiting
|
||||
portability including static builds with MUSL instead of GLIBC[^1], but also
|
||||
increasing the surface for supply-chain attacks.
|
||||
|
||||
### Rethinking Composition & Licensing Model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user