Skip to content

Commit 73006ae

Browse files
committed
chore: update README.md badges
1 parent 00215c2 commit 73006ae

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# @discere-os/json-c.wasm
2+
3+
WebAssembly port of JSON-C - A JSON implementation in C providing parsing and generation of JSON data structures.
4+
5+
[![CI/CD](https://github.com/discere-os/discere-nucleus/actions/workflows/json-c-wasm-ci.yml/badge.svg)](https://github.com/discere-os/discere-nucleus/actions)
6+
[![JSR](https://jsr.io/badges/@discere-os/json-c.wasm)](https://jsr.io/@discere-os/json-c.wasm)
7+
[![npm version](https://badge.fury.io/js/@discere-os%2Fjson-c.wasm.svg)](https://badge.fury.io/js/@discere-os%2Fjson-c.wasm)
8+
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](COPYING)
9+
[![Status](https://img.shields.io/badge/status-alpha-orange.svg)](https://github.com/discere-os/discere-nucleus)
10+
111
\mainpage
212

313
json-c
@@ -407,8 +417,25 @@ that it returns. It can be allocated (`json_tokener_new()`)
407417
used one or multiple times (`json_tokener_parse_ex()`, and
408418
freed (`json_tokener_free()`) while the json_object objects live on.
409419

410-
A json_object tree can be serialized back into a string with
411-
`json_object_to_json_string_ext()`. The string that is returned
420+
A json_object tree can be serialized back into a string with
421+
`json_object_to_json_string_ext()`. The string that is returned
412422
is only valid until the next "to_json_string" call on that same object.
413423
Also, it is freed when the json_object is freed.
414424

425+
## πŸ’– Support This Work
426+
427+
This WebAssembly port is part of a larger effort to bring professional desktop applications to browsers with native performance.
428+
429+
**πŸ‘¨β€πŸ’» About the Maintainer**: [Isaac Johnston (@superstructor)](https://github.com/superstructor) - Building foundational browser-native computing infrastructure through systematic C/C++ to WebAssembly porting.
430+
431+
**πŸ“Š Impact**: 70+ open source WASM libraries enabling professional applications like Blender, GIMP, and scientific computing tools to run natively in browsers.
432+
433+
**πŸš€ Your Support Enables**:
434+
- Continued maintenance and updates
435+
- Performance optimizations
436+
- New library ports and integrations
437+
- Documentation and tutorials
438+
- Cross-browser compatibility testing
439+
440+
**[πŸ’– Sponsor this work](https://github.com/sponsors/superstructor)** to help build the future of browser-native computing.
441+

0 commit comments

Comments
Β (0)