mirror of
https://github.com/CryptKeeperZK/ffjavascript.git
synced 2026-05-03 03:00:11 -04:00
fix: use relative path for threadman_thread import
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
const MEM_SIZE = 25; // Memory size in 64K Pakes (1600Kb)
|
||||
|
||||
|
||||
import thread from "ffjavascript/src/threadman_thread";
|
||||
import thread from "./threadman_thread.js";
|
||||
import os from "os";
|
||||
|
||||
class Deferred {
|
||||
|
||||
Reference in New Issue
Block a user