wasm_ffi 0.9.3
wasm_ffi: ^0.9.3 copied to clipboard
A wrapper for wasm which can be used as a drop-in replacement for dart:ffi for Web platform.
0.9.3 #
- Fixed github links
0.9.2 #
- Fix plugin platform and example
0.9.1 #
- Rebranded as wasm_ffi. Merged changes for Char & Utf8 support and fixed a memory bug.
0.7.4 #
- UTF8 extension and
Chartype.
0.7.3 #
- More lenient exports parsing. Latest Emscripten will output additional non function exports which need to be skipped.
0.7.2 #
- Fixed errors related to unexpected
runtimeTypenames due to minifying in release builds
0.7.1 #
- Fixing dead links
0.7.0 #
- Initial release
- No struct support yet
- No pointer array extension support yet