From 0876527eafcd7c372873314cc9c7e93cba2991e2 Mon Sep 17 00:00:00 2001 From: natrixaeria Date: Tue, 11 Jun 2019 21:05:15 +0200 Subject: Create a web page --- webhogg/wasm/index.html | 11 +++++++++++ webhogg/wasm/pkg/main.js | 1 + 2 files changed, 12 insertions(+) create mode 100644 webhogg/wasm/index.html create mode 100644 webhogg/wasm/pkg/main.js diff --git a/webhogg/wasm/index.html b/webhogg/wasm/index.html new file mode 100644 index 0000000..eae1cc2 --- /dev/null +++ b/webhogg/wasm/index.html @@ -0,0 +1,11 @@ + + + + + webhogg + + + your browser is incompetent + + + diff --git a/webhogg/wasm/pkg/main.js b/webhogg/wasm/pkg/main.js new file mode 100644 index 0000000..f80fabb --- /dev/null +++ b/webhogg/wasm/pkg/main.js @@ -0,0 +1 @@ +let data = fetch('bin/webhogg-wasm_bg.wasm'); -- cgit v1.2.3-54-g00ecf