Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 712 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 712 Bytes

emscriptentest

This serves as starting point for anyone who wants to write C/C++ code, compile it to webassembly and use it in a live web page. In particular, how to use it from within an Observable notebook.

The code demonstrating the necessary code to import the module from within a notebook is available at:

. Importing a simple function https://beta.observablehq.com/@esperanc/webassembly-emscripten

. Importing a simple function using MODULARIZE https://beta.observablehq.com/@esperanc/webassembly-emscripten-with-modularize