Skip to content

Commit 5846a3b

Browse files
Merge pull request #374 from SylvainCorlay/numba-blog
Add Numba WebAssembly Blog Post
2 parents f743d9d + 8000fbb commit 5846a3b

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/pages/blogs/_blogpostsDetails.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.blogpostsDetails = void 0;
44
exports.blogpostsDetails = [
5+
{
6+
url: "https://notebook.link/blog/numba-in-the-browser",
7+
title: "Numba in the Browser: Unlocking a New Scientific Python Stack in JupyterLite",
8+
image: "/img/blogposts/resized-images/Numba-Browser.png",
9+
summary: "Today, we are excited to share the first working version of the Numba JIT compiler running entirely in the browser with JupyterLite and emscripten-forge!",
10+
date: "2026-08-11",
11+
authors: "Anutosh Bhat",
12+
imageID: "blogpost-image-157"
13+
},
514
{
615
url: "https://blog.jupyter.org/jupyterlite-0-8-is-released-0c89c4200f79",
716
title: "JupyterLite 0.8 is released! 🎉",
287 KB
Loading

0 commit comments

Comments
 (0)