dart-archive / wasm

Utilities for loading and running WASM modules from Dart code
https://pub.dev/packages/wasm
BSD 3-Clause "New" or "Revised" License
312 stars 24 forks source link

C & C++ examples #119

Closed modulovalue closed 1 year ago

modulovalue commented 1 year ago

This PR translates the example in the readme into a living example in the example directory. It also adds a C example that is essentially the same as the C++ example, but since they are considered different languages, I think it would be helpful to have separate examples for them.