Skip to content

Commit

Permalink
attempt with different path?
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf committed Aug 29, 2023
1 parent d7fe88a commit 6465675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>R</title>
<title>dgkf/R</title>
<style>
body {
font-family: sans;
Expand Down Expand Up @@ -111,7 +111,7 @@
</head>
<body>
<script type="module">
import init, { wasm_session_header, wasm_env } from "./pkg/r.js";
import init, { wasm_session_header, wasm_env } from "/pkg/r.js";
window.r = await init().then(() => {
push("output", wasm_session_header());
return wasm_env();
Expand Down

0 comments on commit 6465675

Please sign in to comment.