0.2.14 • Published 2 years ago

@weblab-notebook/weblab-interpreter v0.2.14

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago