Skip to content

Commit

Permalink
New bookmark: Figma plugins. Realms Shim vs JS-in-WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
sio committed Nov 14, 2023
1 parent e42b4cb commit e39c3d2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/bookmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@
#


- period: 2023-11
links:

- title: How to build a plugin system on the web and also sleep well at night
by: Figma
url: https://www.figma.com/blog/how-we-built-the-figma-plugin-system/
description: |-
Running untrusted and potentially unsafe code in your application is difficult.
Figma considered multiple options and went with Javascript Realms Shim.
They have had to [migrate] to a separate JS interpreter compiled to WASM
after [vulnerabilities] have been discovered in Realms Shim.
[vulnerabilities]: https://agoric.com/blog/technology/realms-shim-security-updates
[migrate]: https://www.figma.com/blog/an-update-on-plugin-security/
- period: 2023-10
links:

Expand Down

0 comments on commit e39c3d2

Please sign in to comment.