Takeshi Yoneda
|
ea4a07e3cf
|
wazevo(amd64): imported func calls / global.get (#1952)
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
|
2024-01-24 11:35:16 -08:00 |
|
Anuraag Agrawal
|
5c70d8bbcc
|
threads: add decoding of shared memory (#1914)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
|
2024-01-11 19:32:08 -08:00 |
|
Takeshi Yoneda
|
6515656e5f
|
Completes migration of enginetest to integration_tests (#1707)
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
|
2023-09-14 10:02:18 +09:00 |
|
Takeshi Yoneda
|
5250820c1c
|
Migrates enginetest into integration tests (#1705)
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
|
2023-09-13 13:56:25 +09:00 |
|
Anuraag Agrawal
|
714368bcea
|
Remove threads support (#1487)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
|
2023-05-22 12:18:36 +10:00 |
|
Anuraag Agrawal
|
bc96257575
|
Implement WebAssembly threads proposal with interpreter (#1460)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
|
2023-05-16 12:22:17 +08:00 |
|
Takeshi Yoneda
|
3cbd881201
|
binary: makes NameMap and IndirectNameMap slices over values, not ptrs (#1351)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
|
2023-04-10 21:27:50 +09:00 |
|
Takeshi Yoneda
|
cd05a22df2
|
Reduces allocations during instantiation (#1267)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
|
2023-03-22 18:55:58 +09:00 |
|
Takeshi Yoneda
|
e17a85146a
|
Holds wasm.Code as values on wasm.Module (#1243)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
|
2023-03-15 14:45:54 +09:00 |
|
Takeshi Yoneda
|
350e81e632
|
Holds function types as values, not ptrs in wasm.Module (#1227)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
|
2023-03-15 13:45:52 +09:00 |
|
Takeshi Yoneda
|
7466f0e7bd
|
Holds most fields as slice of values, not ptrs in wasm.Module (#1221)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
|
2023-03-13 12:50:36 +09:00 |
|
Edoardo Vacchi
|
117474c477
|
refactor binary encoding to its own package (#1187)
move binary encoder to its own package
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
|
2023-03-03 07:21:22 +08:00 |
|