- Fixed compatibility with Emscripten 3.1.44
- Improved support for
Pointer<Utf8>
- Added missing types
UintPtr
,Size
,Bool
,Int
andUnsignedInt
- Added
Arena
(added in Dart ffi 1.1.0)
- Fixed analyzer warnings
- Fixed github links
- Fix plugin platform and example
- Rebranded as wasm_ffi. Merged changes for Char & Utf8 support and fixed a memory bug.
- UTF8 extension and
Char
type.
- More lenient exports parsing. Latest Emscripten will output additional non function exports which need to be skipped.
- Fixed errors related to unexpected
runtimeType
names due to minifying in release builds
- Fixing dead links
- Initial release
- No struct support yet
- No pointer array extension support yet