split relay and pool into pure and wasm modules.

This commit is contained in:
fiatjaf
2023-12-21 17:25:24 -03:00
parent 1f7378ca49
commit a4ae964ee6
11 changed files with 126 additions and 39 deletions

View File

@@ -1,8 +1,7 @@
export * from './pure.ts'
export * from './relay.ts'
export * from './pure.ts'
export * from './relay-pure.ts'
export * from './filter.ts'
export * from './pool.ts'
export * from './pool-pure.ts'
export * from './references.ts'
export * as nip04 from './nip04.ts'