mirror of https://github.com/rm-dr/daisy
Comments
parent
bcef2c7403
commit
8dea7e2e8c
|
@ -103,7 +103,7 @@
|
||||||
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
// See wasm-pack docs
|
// See wasm-pack docs
|
||||||
// Build with `wasm-pack build --release --target web --out-dir site/pkg`
|
// Build with `wasm-pack build --release --target web --out-dir pkg`
|
||||||
|
|
||||||
import init, { daisy_init, daisy_free, daisy_char, daisy_prompt } from './pkg/daisycalc.js';
|
import init, { daisy_init, daisy_free, daisy_char, daisy_prompt } from './pkg/daisycalc.js';
|
||||||
await init();
|
await init();
|
||||||
|
|
Loading…
Reference in New Issue