mmomtchev / swig

This is SWIG JavaScript Evolution, a fork of the SWIG project with modern JavaScript/TypeScript support including WASM and async
http://www.swig.org
Other
11 stars 1 forks source link

properly escape the new `ArrayBuffer` typemap #32

Closed mmomtchev closed 7 months ago

mmomtchev commented 7 months ago

Escape he new ArrayBuffer typemap Use a different emscripten macro when generating the wrappers to prevent masking of macro escape problems

Fixes #31