Skip to content

Commit b00a3cc

Browse files
committed
docs: add discere-os header and badges to README.md
1 parent fbbfaf4 commit b00a3cc

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# @discere-os/boost.filesystem.wasm
2+
3+
WebAssembly port of Boost.Filesystem - Cross-platform filesystem manipulation library with path operations, directory iteration, and file system queries.
4+
5+
[![CI/CD](https://github.com/discere-os/discere-nucleus/actions/workflows/boost-filesystem-wasm-ci.yml/badge.svg)](https://github.com/discere-os/discere-nucleus/actions)
6+
[![JSR](https://jsr.io/badges/@discere-os/boost.filesystem.wasm)](https://jsr.io/@discere-os/boost.filesystem.wasm)
7+
[![npm version](https://badge.fury.io/js/@discere-os%2Fboost.filesystem.wasm.svg)](https://badge.fury.io/js/@discere-os%2Fboost.filesystem.wasm)
8+
[![License](https://img.shields.io/badge/License-BSL--1.0-blue.svg)](LICENSE)
9+
[![Status](https://img.shields.io/badge/status-alpha-orange.svg)](https://github.com/discere-os/discere-nucleus)
10+
111
# Boost.Filesystem
212

313
Boost.Filesystem, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), provides facilities to manipulate files and directories, and the paths that identify them.
@@ -26,3 +36,21 @@ Branch | GitHub Actions | AppVeyor | Test Matrix | Dependencies |
2636
### License
2737

2838
Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
39+
40+
41+
## πŸ’– Support This Work
42+
43+
This WebAssembly port is part of a larger effort to bring professional desktop applications to browsers with native performance.
44+
45+
**πŸ‘¨β€πŸ’» About the Maintainer**: [Isaac Johnston (@superstructor)](https://github.com/superstructor) - Building foundational browser-native computing infrastructure through systematic C/C++ to WebAssembly porting.
46+
47+
**πŸ“Š Impact**: 70+ open source WASM libraries enabling professional applications like Blender, GIMP, and scientific computing tools to run natively in browsers.
48+
49+
**πŸš€ Your Support Enables**:
50+
- Continued maintenance and updates
51+
- Performance optimizations
52+
- New library ports and integrations
53+
- Documentation and tutorials
54+
- Cross-browser compatibility testing
55+
56+
**[πŸ’– Sponsor this work](https://github.com/sponsors/superstructor)** to help build the future of browser-native computing.

0 commit comments

Comments
Β (0)