Commit Graph

8 Commits

Author SHA1 Message Date
Eugene Kabanov 9d2b382c5d
Fix GCC-14 [-Wincompatible-pointer-types] issue. (#153) 2024-05-23 06:31:45 +02:00
andri lim 379901ad36
Fix pointer deref issue on Macos and Nim >= 2.0 (#152) 2024-05-20 23:39:33 +07:00
tersec 3c238df6cd
fix noInit to noinit; use evergreen GitHub Actions image versions (#151) 2024-03-13 04:45:06 +00:00
Jacek Sieka 711cda4456
add native nim mode (#142)
* add native nim mode

* don't try to link wasm-c code
2023-09-25 16:49:04 +02:00
jangko bfa299f3ae
Fix compilation failure for arch other than amd64/i386 2023-09-12 19:51:30 +07:00
jangko 8c5a96463c
nimvm workaround for primitives 2023-06-13 08:35:35 +07:00
Mamy André-Ratsimbazafy 7f6c588ce3
Passing addition tests (however simple bitwise ops crash the int128 VM ... during compilation) 2023-06-12 17:08:20 +07:00
Mamy André-Ratsimbazafy de87739635
Implement types and uint128 primitives 2023-06-12 17:08:19 +07:00