-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Check wasmoo js runtime #1909
base: master
Are you sure you want to change the base?
Check wasmoo js runtime #1909
Conversation
@@ -396,7 +396,7 @@ | |||
return caml_alloc_times(t.user / 1e6, t.system / 1e6); | |||
} else { | |||
var t = performance.now() / 1000; | |||
return call_alloc_times(t, t); | |||
return caml_alloc_times(t, t); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bugfix
I was planning on adding more structure on the file generated by |
| ('a' .. 'z' | 'A' .. 'Z') as i -> i | ||
| _ -> '_') | ||
in | ||
name_ident, fname, read_file fname) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name_ident, fname, read_file fname) | |
name_ident, fname, Fs.read_file fname) |
No description provided.