Platform
Resources
Pricing
Sign in
Get started
Grant Nestor
Owner of Hammies, former Jupyter core developer and co-lead of Jupyter Notebook and JupyterLab teams
Workspace
Fork
Published
Experiments
By
Grant Nestor
Edited
Jun 27, 2019
1 star
Experiments
react-email-editor
Solid JS
Flowbyte Components
Progress
Style Transfer using Tensorflow and Magenta
Javascript Temporal API
Exporting and importing a Pyodide instance to/from a .wasm file
Exploring WebAssembly.Memory
Exploring OmniSci in Observable
Insert cell
Insert cell
memory
=
new
WebAssembly
.
Memory
(
{
initial
:
10
,
maximum
:
100
}
)
;
Insert cell
Insert cell
testInt
=
new
Uint32Array
(
memory
.
buffer
)
Insert cell
testInt
[
0
]
=
42
;
Insert cell
testInt
[
0
]
Insert cell
Insert cell
memory
.
buffer
Insert cell
DOM
.
download
(
new
Blob
(
[
memory
.
buffer
]
,
{
type
:
'application/octet-binary;charset=utf-8'
}
)
,
"memory.wasm.json"
)
Insert cell
Insert cell
viewof
dataFile
=
html
`<input type=file>`
Insert cell
loadedFile
=
Files
.
buffer
(
dataFile
)
Insert cell
Insert cell
new
Uint32Array
(
loadedFile
)
[
0
]
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
memory
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
testInt
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
dataFile
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
loadedFile
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML