1.0.0 • Published 10 months ago
@cpp.js/package-iconv v1.0.0
@cpp.js/package-iconv
Precompiled iconv library built with cpp.js for seamless integration in JavaScript, WebAssembly and React Native projects.
Integration
Start by installing these package with the following command:
npm install @cpp.js/package-iconvTo enable the library, modify the cppjs.config.js file as shown below.
+import iconv from '@cpp.js/package-iconv/cppjs.config.js';
export default {
    dependencies: [
+        iconv
    ]
    paths: {
        config: import.meta.url,
    }
};Usage
Below are the steps to use the iconv in your C++ or JavaScript code.
Usage in C++ Code
+#include <iconv.h>
std::string Native::sample() {
+    return to_string(_LIBICONV_VERSION);
}License
This project includes the precompiled libiconv library, which is distributed under the LGPL License.
iconv Homepage: https://www.gnu.org/software/libiconv/
1.0.0
10 months ago
1.0.0-beta.23
10 months ago
1.0.0-beta.22
11 months ago
1.0.0-beta.21
11 months ago
1.0.0-beta.20
11 months ago