v/vlib/js
2023-12-27 02:04:23 +02:00
..
dom sokol: fix JS runtime error about _glBindSampler, for the gg examples, when compiled with -os wasm32_emscripten 2023-12-27 02:04:23 +02:00
js.js.v fmt: fix interface fields alignment (#19866) 2023-11-15 18:17:35 +02:00
js.v
README.md docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00

Description:

js is frontend/browser specific module, that provides access to global JS functions.

Note

It only works with the JS backend.