mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
Add index and main
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import init, { run_app } from './pkg/lldap_app.js';
|
||||
async function main() {
|
||||
await init('/pkg/lldap_app_bg.wasm');
|
||||
run_app();
|
||||
}
|
||||
main()
|
||||
Reference in New Issue
Block a user