Skip to content
#

javascript-interpreter

Here are 26 public repositories matching this topic...

boa
Razican
Razican commented Mar 22, 2022

We can currently convert most of Rust's basic types to JsValue, but since the i128 type was a late addition to Rust, we don't offer that conversion. You can implement it by checking how this is done for i64:
https://github.com/boa-dev/boa/blob/e2630faf82a27e958d0ca6c9b1c81554bcc07ff3/boa_engine/src/value/mod.rs#L1003-L1008

enhancement good first issue E-Easy API

Improve this page

Add a description, image, and links to the javascript-interpreter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the javascript-interpreter topic, visit your repo's landing page and select "manage topics."

Learn more