0.2.16 • Published 1 year ago

dashbook-interpreter v0.2.16

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Weblab interpreter

A lite Javascript interpreter written in Rust and compiled to WASM using wasm-pack. The project is in alpha stage, please use it with caution.

It is used for the execution of the cells of Weblab notebooks.

Usage

Evaluate a cell:

eval_cell(str: String): Promise<String | HtmlElement>

Reset the environment:

reset_envs()
0.2.16

1 year ago