arborium-sysroot 2.9.0

WASM sysroot for arborium grammar crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# arborium-sysroot

WASM sysroot provider for arborium grammar plugins.

## Purpose

This crate serves two functions:

1. **Build-time**: Provides the wasm-sysroot path to dependent crates via the
   `DEP_ARBORIUM_SYSROOT_PATH` environment variable set by build.rs

2. **Runtime**: Includes WASM allocator implementations for browser compatibility

This is an internal crate used by arborium's plugin build system.
---

Part of the [arborium](https://github.com/bearcove/arborium) project. See [arborium.dev](https://arborium.dev) for more information.