From e24528051b9ed26157bee93e32e37e7b06b8f4cc Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Mon, 13 Sep 2021 14:35:40 +0200 Subject: Add WASM support for executor * Adds an executor for WASM runtimes based on wasm_bindgen. * Add time driver based on JS time handling. * Add example that can run in browser locally. * Update to critical-section version that supports 'std' flag --- examples/wasm/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/wasm/index.html (limited to 'examples/wasm/index.html') diff --git a/examples/wasm/index.html b/examples/wasm/index.html new file mode 100644 index 000000000..05e8b29f8 --- /dev/null +++ b/examples/wasm/index.html @@ -0,0 +1,25 @@ + + + + + + + + +

Log

+
+ +
+ + -- cgit