683281363d
Optimizing Forth 2012 compiler targeting WebAssembly with IR-based compilation pipeline, multi-typed stack inference, subroutine threading, and JIT/consolidation modes. Rust kernel with ~35 primitives and Forth standard library for core/core-ext word sets.
7 lines
207 B
Rust
7 lines
207 B
Rust
//! WAFER Web: Browser bindings for WAFER Forth.
|
|
//!
|
|
//! This crate will provide wasm-bindgen bindings for running WAFER
|
|
//! in the browser with a web REPL.
|
|
|
|
// TODO: Phase 5 - Browser target implementation
|