feat: get wasm working from libparakeet

This commit is contained in:
鲁树人
2023-05-10 22:01:32 +01:00
parent 2c56c22c74
commit fc2238ff39
5 changed files with 206 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import { SelectFile } from './SelectFile';
import { FileListing } from './features/file-listing/FileListing';
import { Footer } from './Footer';
import { WasmTest } from './WasmTest';
function App() {
return (
@@ -14,6 +15,7 @@ function App() {
<Box mt="8">
<FileListing />
</Box>
{localStorage.__dev_test === '1' && <WasmTest />}
<Footer />
</Container>
</Box>