wasm-forge / stable-fs

File system implementation for the Internet Computer
MIT License
6 stars 2 forks source link

switch to variable size stable structures #3

Closed wasm-forge closed 6 months ago

wasm-forge commented 6 months ago

this fixes the issue #2

The reserved max metadata size was not large enough for certain examples.

solution: changed to variable length metadata, which fixes the problem but breaks backward compatibility. The version number was increased to 0.3.