Commit Graph

1683 Commits (main)
 

Author SHA1 Message Date
teknomunk 3b09172f01 Convert to use snprintf or strncat
5 months ago
Volodymyr Shymanskyy d28e14f352
Update README.md
5 months ago
Volodymyr Shymanskyy e7b5e40363
Update README.md
5 months ago
Volodymyr Shymanskyy ee813c31f4 Fix build
5 months ago
Volodymyr Shymanskyy a118277040 Fix build
5 months ago
Volodymyr Shymanskyy ccd37fddd3 Update cpp example
5 months ago
Finn 7ed176d985
Add `m3_GetTableFunction` to allow calling functions by index (#448)
5 months ago
Tatsuyuki Kobayashi 6512cc99d0
Check global mutability (#417)
5 months ago
Nathan Rajlich 8f3fe3bd1d
Allow for retrieval of "memory" type import / export name (#449)
5 months ago
DianQK c5fe08894f
Fix freeing the stack address incorrectly when unwinding local functions. (#436)
5 months ago
Guus Waals 69bc275e4b
Disable tail calls on emscripten (#434)
5 months ago
Johan Mattsson 121575febe
Fix resource leaks (#439)
5 months ago
luciouskami 4dcbcf9ad5
modify cpp sdk inorder to match ISOstd:latest (#435)
5 months ago
Volodymyr Shymanskyy 2b77d5d207 Update uvwasi
5 months ago
Volodymyr Shymanskyy c2bbe99577 Update uvwasi
5 months ago
Volodymyr Shymanskyy cfdbeac3d1 Cleanup
5 months ago
YenFuChen 0e7b874529
Fix function signature (#412)
5 months ago
Volodymyr Shymanskyy 4e63d7779a Cleanup
5 months ago
Volodymyr Shymanskyy d45d9818f1 Cleanup
5 months ago
Volodymyr Shymanskyy 0990a467cc Update CI
5 months ago
Volodymyr Shymanskyy 2e531c8fbb Update CI
5 months ago
Volodymyr Shymanskyy c8cd2e04b8 Update dependencies
5 months ago
Volodymyr Shymanskyy 772f8f4648
Update README.md
1 year ago
Volodymyr Shymanskyy 5dbb2ccd4e
Update README.md
1 year ago
Volodymyr Shymanskyy 49290f19ff
Update README.md
1 year ago
Volodymyr Shymanskyy c53a34315d
Update README.md
1 year ago
Colin Ihrig 3ff6776ebd
update to uvwasi 0.0.14 (#415)
1 year ago
Frank Denis 045040a973
Fix build.zig file for Zig 0.10 (#410)
2 years ago
Jason Beetham 011597ecea
Added Nim Bindings to readme (#388)
2 years ago
coderzh a0f4ec9e63
fix consts limit bug (#391)
2 years ago
Cheng Shao 6ad2d3fea1
Bump up some default limits to align with mainstream wasm implementations (#403)
2 years ago
Bill d3a763c84c
Remove alignment attributes defined as vectorcall. The compiler interprets this as an alignment requirement on the pointer itself, not what it points to, which is probably not what was intended. (#393)
2 years ago
omahs 2749577dc3
Fix: typos (#397)
2 years ago
I-mikan-I bd152c79aa
Fix operations preventing tail-call-elimination: (#402)
2 years ago
Volodymyr Shymanskyy fa18e9ece4
Update README.md
2 years ago
Volodymyr Shymanskyy 1a6ca56ee1
Update README.md
2 years ago
Balint Molnar aba42b533e
feat: add support for multi return value for raw functions (#385)
2 years ago
Volodymyr Shymanskyy 9a2894387d Detect musttail attribute
2 years ago
Stuff is on GitLab b88b269dab
C++ platform: zero-size array & compiler warnings (#305)
2 years ago
Victor Polevoy 727bcfb6c0
Allow C++ enum classes to be marshalled as integers when possible. (#336)
2 years ago
skrphv 7dd43c11d8
m3_Call*-functions fix (#364)
2 years ago
Volodymyr Shymanskyy 8e2db951d6 Fix strict aliasing warnings
2 years ago
Volodymyr Shymanskyy e43e93046a Fix CI
2 years ago
Volodymyr Shymanskyy 89964f456b Fix build
2 years ago
Volodymyr Shymanskyy 03a4652520 Use musttail attribute for Clang 13+
2 years ago
Volodymyr Shymanskyy 22fa923eef Fix strict aliasing warnings
2 years ago
Volodymyr Shymanskyy d97045a804 Increase d_m3MaxFunctionStackHeight on some platforms
2 years ago
Volodymyr Shymanskyy 3a144c0d39 Drop DEBUG requirement for d_m3EnableStrace >= 2
2 years ago
Yuta Saito 99cbf5144d
m3_env.c: prefer export name in searching function (#328)
2 years ago
Volodymyr Shymanskyy fbbacefeaf Set linear memory limit to 65536 pages. Fix #353
2 years ago