- Fixed compatibility with Emscripten 3.1.44
- Improved support for
Pointer<Utf8> - Added missing types
UintPtr,Size,Bool,IntandUnsignedInt - 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
Chartype.
- More lenient exports parsing. Latest Emscripten will output additional non function exports which need to be skipped.
- Fixed errors related to unexpected
runtimeTypenames due to minifying in release builds
- Fixing dead links
- Initial release
- No struct support yet
- No pointer array extension support yet