Docs.rs
stak-wasm-0.10.31
stak-wasm 0.10.31
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
raviqqe
Dependencies
cfg-elif ^0.6.3
normal
stak-compiler ^0.10.31
normal
stak-configuration ^0.10.31
normal
stak-device ^0.10.31
normal
stak-file ^0.10.31
normal
stak-macro ^0.10.31
normal
stak-module ^0.10.31
normal
stak-process-context ^0.10.31
normal
stak-r7rs ^0.10.31
normal
stak-time ^0.10.31
normal
stak-vm ^0.10.31
normal
wasm-bindgen ^0.2.97
normal
wasm-bindgen-futures ^0.4.50
normal
winter-maybe-async ^0.13.0
normal
wasm-bindgen-test ^0.3.47
dev
stak-build ^0.10.31
build
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stak_
wasm
0.10.31
All Items
Crate Items
Functions
Crate
stak_wasm
Copy item path
Source
Expand description
A Stak Scheme interpreter in WASM.
Functions
ยง
compile
Compiles source codes in Scheme.
interpret
Interprets bytecodes with standard input and returns its standard output.
repl
Runs a REPL interpreter.
run
Runs a Scheme script with standard input and returns its standard output.