// By default Emscripten modules expect the .wasm code at ./quick_example.wasm
// and since Observable file attachments don't have predictable names like this
// we override this behavior.
locateFile:function(s){
returnwasmLocation;
}
}).then(m=>{
// Something about this .then() locks up Observable
deletem.then;
resolve(m);
});
});
}
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.