Initial commit, mod action done, plugin WIP
Finally managed to get the wasm module loaded and executing using some webpack witchcraft. Still need to actually implement the plugin action.
This commit is contained in:
3
src/wasmLoader.js
Normal file
3
src/wasmLoader.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export function loadWasm(closure) {
|
||||
import("skyrim-cell-dump-wasm").then(closure);
|
||||
}
|
||||
Reference in New Issue
Block a user