Skip to content

Compiler WASM

WebAssembly build of the HoloScript parser and compilation surface for browser execution.

Overview

@holoscript/wasm exposes a high-performance WebAssembly package for parsing and compilation tasks in browsers and other WASM-capable environments.

Installation

bash
npm install @holoscript/wasm

Use When

  • You need client-side parsing in a web app.
  • You want fast compilation-related logic without a server round-trip.
  • You are embedding language features into a browser editor.

Key Capabilities

  • Browser-friendly parser and validation surface.
  • High-performance execution through WebAssembly.
  • Good fit for playgrounds, previews, and editor integrations.

See Also

Released under the MIT License.