Release date : 15 Nov 2022
| File | Size (kB) | Description |
|---|---|---|
| Ceda-0.10.23-setup.exe | 74,978 | The CEDA SDK installer for development on a Windows x64 machine |
| pyceda-0.10.23-cp27-cp27m-win_amd64.whl | 2,727 | The Windows CEDA SDK python wheel file for x64 machines |
| debug/pyceda-0.10.23-cp27-cp27m-win_amd64.whl | 3,710 | The debug version of the Windows CEDA SDK python wheel file for x64 machines |
| File | Size (kB) | Description |
|---|---|---|
| ceda-linux-x64-0.10.23.deb | 36,992 | The CEDA SDK installer for development on a Ubuntu Linux 18.04 x64 machine |
| ceda-linux-x64-debug-0.10.23.deb | 34,152 | The CEDA SDK installer for debug builds on a Ubuntu Linux 18.04 x64 machine |
| pyceda-0.10.23-cp27-cp27mu-linux_x86_64.whl | 35,979 | The Linux CEDA SDK python wheel file for x64 machines |
| debug/pyceda-0.10.23-cp27-cp27mu-linux_x86_64.whl | 33,145 | The debug version of the Linux CEDA SDK python wheel file for x64 machines |
| File | Size (kB) | Description |
|---|---|---|
| ceda-android-armeabi-v7a-0.10.23.deb | 14,425 | For targeting android armeabi-v7a on a Linux development machine |
| ceda-android-armeabi-v7a-debug-0.10.23.deb | 17,521 | For targeting android armeabi-v7a in debug on a Linux development machine |
| ceda-android-arm64-v8a-0.10.23.deb | 14,738 | For targeting android arm64-v8a on a Linux development machine |
| ceda-android-arm64-v8a-debug-0.10.23.deb | 18,177 | For targeting android arm64-v8a in debug on a Linux development machine |
| ceda-android-x86-0.10.23.deb | 14,781 | For targeting android x86 on a Linux development machine |
| ceda-android-x86-debug-0.10.23.deb | 18,399 | For targeting android x86 in debug on a Linux development machine |
| ceda-android-x86_64-0.10.23.deb | 14,891 | For targeting android x86_64 on a Linux development machine |
| ceda-android-x86_64-debug-0.10.23.deb | 18,125 | For targeting android x86_64 in debug on a Linux development machine |
Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications. Emscripten is a complete Open Source compiler toolchain to WebAssembly. Emscripten support for portable C/C++ code is fairly comprehensive. Support for the C standard library, C++ standard library, C++ exceptions, etc. is very good.
The following are debian packages which target wasm32. They create files under /usr/lib/ceda-emscripten-wasm32 or /usr/lib/ceda-emscripten-wasm32-debug.
/usr/lib/ceda-emscripten-wasm32
├── LICENSE
├── bin
├── cmake
│ ├── CedaCommon.cmake
│ ├── CedaConfig.cmake
│ ├── CedaConfigVersion.cmake
│ ├── CedaSpecificConfig.cmake
│ ├── CedaTargets-relwithdebinfo.cmake
│ ├── CedaTargets.cmake
│ ├── ConfigureFile.cmake
│ ├── CreateAndInstallWheel.cmake
│ ├── GlobJniFiles.cmake
│ └── GlobRecurseFileCopy.cmake
├── export
│ ├── Ceda
│ └── XcppBuild
├── include
│ └── Ceda
└── lib
├── libcxLss.a
├── libcxMessage.a
├── libcxObject.a
├── libcxOperation.a
├── libcxPersistStore.a
├── libcxRpc.a
├── libcxThread.a
├── libcxUtils.a
└── libcxWorkingSetIpc.a
See emscripten tests
| File | Size (kB) | Description |
|---|---|---|
| ceda-samples-0.10.23.zip | 485 | The Ceda sample programs |
CEDA is free for non-commercial use. For commercial applications a license must be obtained from Cedanet Pty Ltd.