Skip to content

"Hello World!" from JavaScript running in V8 Isolate in Rust.

Notifications You must be signed in to change notification settings

matoous/hello_isolate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Isolate!

Application that prints Hello World! from a JavaScript script running in V8 Isolate in Rust.

This repository contains the code for the How do CloudFlare Workers work? blog post.

The main branch has simple example for Hello World!. You can find slightly more complex example that compiles the script as a worker and provides basic runtime in the hello-runtime branch.

Run

Run using

cargo run

About

"Hello World!" from JavaScript running in V8 Isolate in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages