tenebrous-dicebot/web-ui/index.js

7 lines
282 B
JavaScript
Raw Normal View History

//The wasm application is compiled as javascript into the /pkg
//directory. Webpack then replaces this import with what is actually
2021-06-12 23:00:58 +00:00
//needed. To import the web assembly, the import FUNCTION must be
//used. The import STATEMENT does not work.
2021-06-07 23:15:39 +00:00
import './webui.scss';
2021-06-12 23:00:58 +00:00
import('./pkg');