2.7 KiB
2.7 KiB
0.2.0-develop.15 (2023-07-18)
Bug Fixes
- further wasm loading fixes (d7d146b)
0.2.0-develop.14 (2023-07-18)
Bug Fixes
- async loading quirk in firefox js engine (ea90488)
0.2.0-develop.13 (2023-07-18)
Bug Fixes
- switch to using utf8ToBytes (37fd754)
0.2.0-develop.12 (2023-07-08)
Bug Fixes
- add ?init query string for vite bundler (04bd963)
0.2.0-develop.11 (2023-06-26)
Bug Fixes
- update uploadFile return type (848f3df)
0.2.0-develop.10 (2023-06-26)
Bug Fixes
- add missing controller.enqueue (2aa53fa)
- add properties and methods to go wasm middleware, accessed via reflection (53dd352)
- ensure root and proof are Uint8Array's (0c320f9)
- exit not properly exported in wasm (23a55f7)
- fix wasmDone logic error (68fec66)
- need to refactor verification stream logic further and check if the stream is done but wasm isn't (051f4b2)
- rename exit to kill to fix symbol conflict (50a7c80)
- update uploadFile overload types (45fbc1b)