Skip to content

Commit 92ed93a

Browse files
committed
Bump to version 0.0.3
1 parent ba881bf commit 92ed93a

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22

33
[![CI Build on master](https://github.com/jameslan/libxml2-wasm/actions/workflows/build.yml/badge.svg)](https://github.com/jameslan/libxml2-wasm/actions/workflows/build.yml)
44

5-
Bring libxml2 to browsers using WebAssembly
5+
# Disclaimer
6+
7+
### Current version is for feasibility/performance evaluation only
8+
9+
The api may have breaking changes in patch versions.
10+
11+
# Why another xml lib?
12+
13+
Compiling C library libxml2 to WebAssembly brings benefits of both pure javascript implementation or native addons,
14+
and avoided their drawbacks:
15+
16+
- Good performance: roughly same as the native addons, and much better than pure javascript implementations
17+
- Better compatibility: don't need to compile to every platform, nodeJs version, or dependency libraries(e.g. glibc).
18+
- Comprehensive functionality(To be finished): backed by libxml2, we just need the wrapper.
619

7-
**Current version is for feasibility/performance evaluation only**, its api may have breaking changes in patch version.
820

921
## Documentation
1022

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libxml2-wasm",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Bring libxml2 to browsers using WebAssembly",
55
"scripts": {
66
"wasm": "gulp rebuild",

0 commit comments

Comments
 (0)