summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/wasm/asm-paint/deploy.py')
-rw-r--r--WebInterface/wasm/asm-paint/deploy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebInterface/wasm/asm-paint/deploy.py b/WebInterface/wasm/asm-paint/deploy.py
index f81ebb8..ed4e0dd 100644
--- a/WebInterface/wasm/asm-paint/deploy.py
+++ b/WebInterface/wasm/asm-paint/deploy.py
@@ -9,8 +9,8 @@ HTML_MIME = 'text/html'
REQUESTS = {
'/': ('index.html', HTML_MIME),
- '/loader.js': ('loader.js', JS_MIME),
- '/asm_paint_bg.wasm': ('pkg/asm_paint_bg.wasm', WASM_MIME)
+ '/asm-paint.js': ('target/wasm32-unknown-emscripten/release/asm-paint.js', JS_MIME),
+ '/asm_paint.wasm': ('target/wasm32-unknown-emscripten/release/asm_paint.wasm', WASM_MIME),
}
PAGE_404 = '''<!doctype html><html><head></head>