-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
The easiest way to compile the interpreter again to WASM is not implementing numbers with GMP, and using native ones.
For this to work, the following types should be implemented:
int: a fixed-size signed integer.double: a double precision floating-point number.SmallFraction: like aFraction, but made ofints instead ofIntegers.
I call Komodo Mini to a release of the interpreter without the GMP-based numbers and with these instead. These new types could be also added to the main release of Komodo.
Reactions are currently unavailable