Why Nostr? What is Njump?
2024-03-20 18:44:45

Simon Willison on Nostr: I figured out how to use npm and webpack to get a copy of QuickJS (a JavaScript ...

I figured out how to use npm and webpack to get a copy of QuickJS (a JavaScript runtime complied to WebAssembly, useful for executing untrusted code in a sandbox) that I can load like this:
```
<script src="dist/quickjs.js"></script>
```
Detailed notes here - so glad to have found a recipe for this that fits my very specific tastes in JavaScript
https://til.simonwillison.net/npm/self-hosted-quickjs
Author Public Key
npub13v97j0kknscwnf5pt87nsn7cxzxwfwl3dsu7ss8qsq7ukmqgwg8q84w5eu