Damien George
|
2d406f2226
|
webassembly: Support piping in a program on stdin.
The performance benchmark suite can now be run on the webassembly port.
Signed-off-by: Damien George <damien@micropython.org>
|
2022-11-03 23:35:22 +11:00 |
|
Damien George
|
7a505d57dc
|
webassembly: Change "stack" argument to "heapsize".
Because that's what mp_js_init() takes as its argument.
Signed-off-by: Damien George <damien@micropython.org>
|
2022-11-03 18:47:48 +11:00 |
|
Damien George
|
d65edaa232
|
webassembly: Use Date's now() instead of getTime().
Using now() is a bit faster because it doesn't need to create a new Date.
Signed-off-by: Damien George <damien@micropython.org>
|
2022-11-03 18:47:48 +11:00 |
|
Nicholas H.Tollervey
|
af54d2ce9f
|
javascript: Rename this port to 'webassembly'.
|
2022-08-22 12:03:39 +01:00 |
|