Platform
Resources
Pricing
Sign in
Get started
Simon Frost
Workspace
Fork
Published
By
Simon Frost
Edited
Mar 19, 2018
1 fork
6 stars
Insert cell
Insert cell
add
(
1
,
2
)
Insert cell
Insert cell
mutable
add
=
null
Insert cell
load
=
{
window
.
WebAssembly
.
instantiateStreaming
(
fetch
(
url
)
)
.
then
(
obj
=>
{
mutable
add
=
obj
.
instance
.
exports
.
add
;
}
)
;
}
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
url
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
add
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
load
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML