GGitHubAdd @feat (#3406)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add @feat (#3406) * - Add `@feat` attribute. - Add `$feat` compile time function. * Update http tests. * Fixes * EMSCRIPTEN -> POSIX | 1 个月前 | |
- AES CTR would lose sync on packets not multiples of 16. | 1 个月前 | |
Optimize test suite and runner performance (#3214) * add "time elapsed" to the runtime_test.c3 * unit tests: reduce execution speed without affecting what's being tested * test_suite_runner: optimizations * fight ntfs a little bit and win 10% reduction in CI * Formatting --------- Co-authored-by: Christoffer Lerno <christoffer.lerno@gmail.com> | 4 个月前 | |
Add @feat (#3406) * - Add `@feat` attribute. - Add `$feat` compile time function. * Update http tests. * Fixes * EMSCRIPTEN -> POSIX | 1 个月前 | |
Rename ed25519 keys/signature. | 1 年前 | |
WIP: Add `--target emscripten` (#3052) * initial `--target emscripten` support * stdlib emscripten * linker * emscripten stdlib * add debug info for zip.c3 TODO: clean this * fix tests * emscripten: add standard linker arguments add atomics for wasm * waefawe * more stdlib fixes for emscripten * disable panic for emscripten * fix threads/mutex.c3 test * 4 hours :( * blake3 fix for emscripten * socketpair not supported on emscripten also bypass the unreachable of longjmp for easier testing * use actual date * add an example to `resources/examples/emscripten` bouncing ball * add `entropy` support for EMSCRIPTEN * default emcc linker flags for compiler test and benchmark fix hashmap benchmark * clean debug stuff * update Emscripten ABI mappings and compiler targets * add emscripten node tests * fix Error: Implicitly casting 'int' to 'AIFamily' * hashset/linked_hashset/ripemd/countingsort work on 32bit systems * disable process test because emscripten doesn't support posix_spawnp I see the headers, but i get a symbol not defined :( * stdlib and tests: emscripten 32bit fixes * CI: make emscripten test its own thing * fix raylib6 tests * forgot it's UBUNTU_VERSION=24.04 now * Remove some debug additions and changes. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com> | 4 个月前 | |
New faults and syntax (#2034) - Remove `[?]` syntax. - Change `int!` to `int?` syntax. - New `fault` declarations. - Enum associated values can reference the calling enum. | 1 年前 |