mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
make not relelative
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
window.ArgonWASMRuntime = async (config = {}) => {
|
||||
const term = config.console || console;
|
||||
const path = config.path || "/bin/argon.wasm";
|
||||
const path = config.path || "bin/argon.wasm";
|
||||
if (typeof global !== "undefined") {
|
||||
} else if (typeof window !== "undefined") {
|
||||
window.global = window;
|
||||
|
||||
Reference in New Issue
Block a user