aboutsummaryrefslogtreecommitdiff
path: root/core/dynlib/lib_js.odin
Commit message (Collapse)AuthorAgeFilesLines
* dynlib: unload library before loading again & add LIBRARY_FILE_EXTENSION ↵Laytan Laats2024-11-281-0/+2
| | | | constant
* clean up dynlib and path/filepath with sys/posixLaytan2024-10-281-3/+5
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-2/+2
| | | | file tag syntax.
* Remove implicit allocator usage in core:dynlibJeroen van Rijn2024-07-041-1/+1
|
* dynlib: add last_error procedureLaytan Laats2024-01-061-0/+4
|
* fixed dynlib wasm stubRehkitzdev2023-06-221-3/+3
|
* Responded to PR review. Made dynlib return false on js instead of panicDragos Popescu2023-03-201-3/+3
|
* Made most libraries panic on js targets instead of not compilingDragos Popescu2023-03-201-0/+15