Skip to content

Commit

Permalink
Update README: Harmonise language referring to pure JavaScript build
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton authored Dec 11, 2023
1 parent dd2023e commit 7358fa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ This project includes:
* A C library that can be:
* Vendored into third-party code.
* Compiled to native code for use as a shared library (Linux / MacOS / BSD) or dynamic-link library (Windows).
* Compiled to WebAssembly (or pure JavaScript) for use in a browser-based web application or Node.js application.
* Compiled to WebAssembly or pure JavaScript for use in a browser-based web application or Node.js application.
* A C# .NET wrapper class that provides an object interface to the native library from managed code, using Platform Invoke (P/Invoke).
* A Java wrapper class that provides an object interface to the native library from managed code, using Java Native Interface.
* Several example applications:
* A console application whose C code shows how to use the native library.
* A console application whose Java code shows how to use the Java Native Interface wrapper.
* A desktop application using Windows Presentation Foundation (WPF) whose code shows how to use the C# .NET wrapper.
* A browser-based web application that shows how to use the WebAssembly (or JavaScript) build of the library.
* A Node.js console application that shows how to use the WebAssembly (or JavaScript) build of the library.
* A browser-based web application that shows how to use the WebAssembly or pure JavaScript build of the library.
* A Node.js console application that shows how to use the WebAssembly or pure JavaScript build of the library.
* An Android Studio project that shows how to use the Java wrapper from Kotlin to create an Android app.
* An Xcode project that shows how to use the native library from Swift to create an iOS app.

Expand Down

0 comments on commit 7358fa4

Please sign in to comment.