issues
search
noislabs
/
nois
The Nois standard library
10
stars
4
forks
source link
Improve JS interface
#14
Closed
webmaster128
closed
1 year ago
webmaster128
commented
1 year ago
Includes the following improvements:
Remove
_js
suffix from the JavaScript function names by moving the wasm_bindgen functions to a different place
Convert panics to JavaScript exceptions
Expose random_decimal and sub_randomness to JS
Add JS section to README that shows how to test all this stuff in a local node repl
Includes the following improvements:
_js
suffix from the JavaScript function names by moving the wasm_bindgen functions to a different place