cawfree / react-native-webassembly

⚛️ 🏎 WebAssembly for React Native powered by JSI.
https://twitter.com/cawfree
MIT License
292 stars 6 forks source link

Namespaced function support. #1

Closed cawfree closed 1 year ago

cawfree commented 1 year ago

Previously, all raw functions passed into the WebAssembly runtime were expected to be defined under the imports key, and were allocated using universal scope. This PR adds namespace function support to correctly qualify the scope of raw functions.