2021-06-03 20:21:09 +00:00
|
|
|
//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');
|