Implement the plugin button

This commit is contained in:
2022-03-23 18:34:10 -04:00
parent 35a33b89f4
commit c089c52d05
2 changed files with 31 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
export function loadWasm(closure) {
import("skyrim-cell-dump-wasm").then(closure);
export function loadWasm() {
return import("skyrim-cell-dump-wasm");
}