]> zoso.dev Git - libnemo.git/commit
Simplify imports with additional path mappings. Remove deprecated worker code from...
authorChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 15:30:56 +0000 (07:30 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 15:30:56 +0000 (07:30 -0800)
commit3686ca8db5e3d96580abcf64bfe2cc87be95dcfc
treeec66b703a75edf49820f97e66fe545db1e8ca5e4
parentd34c202f6f51a9878d1932c74aeb9d2c3d25d331
Simplify imports with additional path mappings. Remove deprecated worker code from pow classes now that it is handled externally.
12 files changed:
package.json
src/lib/account.ts
src/lib/block.ts
src/lib/nano-pow/classes/gl.ts
src/lib/nano-pow/classes/gpu.ts
src/lib/nano-pow/classes/index.ts [new file with mode: 0644]
src/lib/nano-pow/index.ts
src/lib/nano-pow/shaders/index.ts
src/lib/wallet.ts
src/lib/workers/index.ts [moved from src/lib/workers.ts with 82% similarity]
src/lib/workers/nano-pow.ts
src/main.ts