The Internals of Deno
Search
⌃K
The Internals of Deno
II) Audience
III) Contents
Chapter 1 - INTRODUCTION
1.0 Cover page
1.1 Introduction
1.2 History of Deno
1.3 About Deno
1.4 Releases
1.5 What's next
Chapter 2 - ARCHITECTURE
2.0 Cover page
2.1 Architecture
2.2 Overall architecture
2.3 Deno core components
2.4 Rusty_v8
2.5 Tokio
2.6 V8
2.7 What's next
CHAPTER 3 - THREADING MODEL
3.0 Cover page
3.1 Threading model
3.2 Default threading model
3.3 Asynchronous green threads
3.4 What's next
CHAPTER 4 - BRIDGE
4.0 Cover page
4.1 The bridge
4.2 Print
4.3 Send and recv
4.4 Encode and decode
4.5 Shared queue
4.6 What's next
CHAPTER 5 - FOUNDATIONS
5.0 Cover page
5.1 Hello world program
5.2 Basic hello world
5.3 Main program of Deno
5.4 Module Specifier
5.5 Program State
5.6 Permissions
5.7 Main Worker
5.8 JS Runtime
5.9 Execute_module
5.10 Load module
5.11 Recursive module loading
5.12 Module graphs
5.13 File fetching
5.14 Check and/or transpile
5.15 Register / compile module
5.16 Instantiate module
5.17 Evaluate module
5.18 What's next
CHAPTER 6 - IMPORTS AND OPS
6.0 Cover page
6.1 Imports and async ops
6.2 Hello world program v2
6.3 Module graph with imports
6.4 Check or transpile
6.5 Registration and instantiation
6.6 Registration of ops
6.7 Evaluate module
6.9 Sync op
6.10 Async op
6.11 What's next
Powered By
GitBook
3.0 Cover page
Chapter 2 - ARCHITECTURE - Previous
2.7 What's next
Next - CHAPTER 3 - THREADING MODEL
3.1 Threading model
Last modified
2yr ago