v/vlib/v/gen/js
playX a3de67de28
js: support WASM interoperability using `wasm_import`/`wasm_export` fn tags (#12212)
2021-10-18 10:56:21 +03:00
..
sourcemap v.gen.c: fix assert `f().len == 1` calling f() twice (closes issue 11501) 2021-09-16 19:01:35 +03:00
tests js: support running `.js.v` tests in `v test-self`, fixes for array methods & codegen (#12011) 2021-09-29 15:33:14 +03:00
array.v js: support running `.js.v` tests in `v test-self`, fixes for array methods & codegen (#12011) 2021-09-29 15:33:14 +03:00
auto_eq_methods.v js: support running `.js.v` tests in `v test-self`, fixes for array methods & codegen (#12011) 2021-09-29 15:33:14 +03:00
auto_str_methods.v term: get_terminal_size() for js_node, term.clear() for all js backends (#12189) 2021-10-15 10:10:40 +03:00
builtin_types.v math: implement `pow` in pure V (#12105) 2021-10-08 17:44:55 +03:00
comptime.v js: comptime&assert improvements, more `byte` and `strings.Builder` methods ported (#12096) 2021-10-07 15:55:47 +03:00
fast_deep_equal.js
fn.v js: support WASM interoperability using `wasm_import`/`wasm_export` fn tags (#12212) 2021-10-18 10:56:21 +03:00
infix.v js: fix string.bytes codegen, readline, add tests for `strings` (#12060) 2021-10-04 18:28:30 +03:00
js.v js: support WASM interoperability using `wasm_import`/`wasm_export` fn tags (#12212) 2021-10-18 10:56:21 +03:00
jsdoc.v
jsgen_test.v all: more chdir/chmod fixes 2021-08-28 12:52:48 +03:00
program_test.v all: more chdir/chmod fixes 2021-08-28 12:52:48 +03:00
str.v js: support running `.js.v` tests in `v test-self`, fixes for array methods & codegen (#12011) 2021-09-29 15:33:14 +03:00
temp_fast_deep_equal.v js: implement codegen for array.sort and implement .any,.all (#11100) 2021-08-09 01:46:40 +03:00
util.v js: use prefixed names for functions and global symbols (#11387) 2021-09-08 20:30:46 +03:00