We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e96ef6 commit 676bfaeCopy full SHA for 676bfae
pages/dummy.html
@@ -27,7 +27,7 @@ <h2>WebAssembly Greeting Demo</h2>
27
</section>
28
29
<script type="module">
30
-const wasmUrl = "{{ '/wasm/hello.wasm' | relative_url }}";
+const wasmUrl = '/wasm/hello.wasm';
31
const loadButton = document.getElementById('load-wasm');
32
const output = document.getElementById('wasm-result');
33
0 commit comments