Delphi
Winsoft WebAssembly v2.0 Full Source for Delphi/C++Builder XE2 - 12
WebAssembly runtime for Delphi and C++Builder.
uses WasmEdge WebAssembly runtime
supports Windows 64, macOS, Linux and Android 64
available for Delphi/C++Builder XE2 - 12
source code included in registered version
distributing library in applications...
Description
WebAssembly runtime for Delphi and C++Builder.
uses WasmEdge WebAssembly runtime
supports Windows 64, macOS, Linux and Android 64
available for Delphi/C++Builder XE2 - 12
source code included in registered version
distributing library in applications is royalty free
Installation
1. Unpack webassembly.zip file to some folder
2. Copy all files from Delphi12-Win64 subfolder (when using Delphi 12) to ExamplesDelphi subfolder
3. Copy wasmedge.dll file from LibraryWin64 subfolder to ExamplesDelphi subfolder
4. Open Demo.dproj demo example located in subfolder ExamplesDelphi and compile it
What's new
Version 2.0
updated WasmEdge runtime
added IValue.IsF32 property
added IValue.IsF64 property
added IValue.IsI32 property
added IValue.IsI64 property
added IValue.IsV128 property
added IValue.IsRef property
added IValue.IsExternRef property
added IValue.IsFuncRef property
added IValue.IsNullableRef property