Published
Edited
May 5, 2021
1 fork
2 stars
Insert cell
Insert cell
{
const vm = quickjs.createVm(),
result = vm.evalCode("1 + 2"),
value = vm.getNumber(result.value);

result.value.dispose();
vm.dispose();

return value;
}
Insert cell
Insert cell
Insert cell
use_wasm = false
Insert cell
Insert cell
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.
Learn more