Lachlan Sneff
|
8827830aba
|
implement load* and store* instructions
|
2019-02-14 15:13:58 -08:00 |
|
Mackenzie Clark
|
0c7532b1ba
|
remove unnecessary print statements (#177)
|
2019-02-14 11:11:35 -08:00 |
|
losfair
|
bb52a4e6eb
|
Now we can run add !
|
2019-02-15 02:21:52 +08:00 |
|
losfair
|
1526d35872
|
Emit a Return opcode if the last one is not return.
|
2019-02-15 02:21:04 +08:00 |
|
Mackenzie Clark
|
6a1fdb7f91
|
add windows exception handling in C (#175)
|
2019-02-14 09:58:33 -08:00 |
|
Brandon Fish
|
bfd5e21605
|
Add export_name and export_func
|
2019-02-14 00:00:39 -06:00 |
|
Brandon Fish
|
93979aeae2
|
Add get exports from instance
|
2019-02-13 20:02:11 -06:00 |
|
losfair
|
8d8db4aa09
|
Starting integration.
|
2019-02-14 00:53:36 +08:00 |
|
losfair
|
7df7204e4b
|
codegen: More opcodes
|
2019-02-14 00:53:06 +08:00 |
|
losfair
|
43df3dd546
|
Use System V calling convention and implement a few opcodes.
|
2019-02-13 20:04:10 +08:00 |
|
losfair
|
a69c5b4a14
|
stack: Helper functions and unified return types
|
2019-02-13 20:03:54 +08:00 |
|
Lachlan Sneff
|
2572a0259b
|
Get control flow working (fingers crossed)
|
2019-02-12 18:02:00 -08:00 |
|
Syrus Akbary
|
0d7b5c8af6
|
Merge pull request #171 from wasmerio/feature/ctx-first-arg
Move ctx as first argument to functions
|
2019-02-12 11:53:26 -08:00 |
|
Syrus
|
b6416068a8
|
Use vec.push instead of .insert for vmctx arg
|
2019-02-12 11:17:09 -08:00 |
|
Syrus
|
b7c3cc09d1
|
Fixed typed func implementation
|
2019-02-12 11:14:20 -08:00 |
|
Syrus
|
44d1a0d1f9
|
Fixed debug function context position
|
2019-02-12 10:49:43 -08:00 |
|
Syrus
|
f52c4ce5cc
|
Merge branch 'master' into feature/ctx-first-arg
|
2019-02-12 10:28:25 -08:00 |
|
Syrus
|
c40195cf77
|
Fixed spectests
|
2019-02-12 10:04:11 -08:00 |
|
losfair
|
4ebb22f8bc
|
Calling conventions, value stack, and runtime stack layout.
|
2019-02-12 23:15:57 +08:00 |
|
Brandon Fish
|
7f5ca34138
|
Merge branch 'master' into feature/c-api
|
2019-02-11 23:17:26 -06:00 |
|
Brandon Fish
|
27cbfc0b0b
|
Add documentation to API functions
|
2019-02-11 23:14:32 -06:00 |
|
Lachlan Sneff
|
5ee19e55a5
|
Add some branching instructions
|
2019-02-11 19:34:04 -08:00 |
|
Brandon Fish
|
34c45aee3d
|
Update last error for every error result
|
2019-02-11 20:08:54 -06:00 |
|
Brandon Fish
|
019ef9ea01
|
Consolidate result type to one enum
|
2019-02-11 19:07:28 -06:00 |
|
losfair
|
2fbb5e3332
|
Codegen backend for x64.
|
2019-02-12 00:52:17 +08:00 |
|
losfair
|
ffc1bde3d8
|
Cleanup & add imports.
|
2019-02-12 00:52:01 +08:00 |
|
losfair
|
bbb27bedbe
|
Code generation framework.
|
2019-02-12 00:51:49 +08:00 |
|
losfair
|
af19f5c097
|
Update dependencies.
|
2019-02-12 00:51:26 +08:00 |
|
losfair
|
f735471bac
|
Merge remote-tracking branch 'private/master' into feature/dynasm-backend
|
2019-02-11 18:38:00 +08:00 |
|
Brandon Fish
|
b70e319f5c
|
Add initial error messaging
|
2019-02-10 17:57:23 -06:00 |
|
Brandon Fish
|
66bf13c9dd
|
Add memory data function
|
2019-02-10 15:20:35 -06:00 |
|
Brandon Fish
|
a502da58e3
|
Fix import object destroy
|
2019-02-10 14:27:08 -06:00 |
|
Brandon Fish
|
7ef472dae2
|
Add instance context memory
|
2019-02-10 14:24:36 -06:00 |
|
Brandon Fish
|
0cfe864fe6
|
Add Memory data length
|
2019-02-10 14:14:42 -06:00 |
|
Syrus
|
4311a37def
|
Fixed simple spectests example compilation
|
2019-02-09 20:13:58 -08:00 |
|
Brandon Fish
|
2fa9cec0ed
|
Add include guard
|
2019-02-09 18:07:05 -06:00 |
|
Lachlan Sneff
|
327e3a4a1a
|
Implement many wasm instructions
|
2019-02-09 15:53:40 -08:00 |
|
Brandon Fish
|
a0288c87ac
|
Add Memory Grow C API
|
2019-02-09 17:53:03 -06:00 |
|
Brandon Fish
|
a8dcc0ee87
|
Fix make test exclude
|
2019-02-09 17:42:58 -06:00 |
|
Brandon Fish
|
94c5acedbf
|
Add basic Global API
|
2019-02-09 17:39:15 -06:00 |
|
Syrus
|
227d5e24cf
|
Moved ctx to first argument in Cranelift backend
|
2019-02-09 14:18:53 -08:00 |
|
Syrus
|
6c7fd55b87
|
Moved ctx to be the first argument in emscripten
|
2019-02-09 13:58:18 -08:00 |
|
Syrus
|
393b7dbdf3
|
Moved ctx in func macro to be first arg
|
2019-02-09 13:33:22 -08:00 |
|
Mackenzie Clark
|
4ef7dc339c
|
optimize imports (#170)
|
2019-02-09 13:31:28 -08:00 |
|
Brandon Fish
|
8364c39b4c
|
Add Table grow function
|
2019-02-09 13:58:50 -06:00 |
|
Brandon Fish
|
4e5e525626
|
Add basic Table functions
|
2019-02-09 13:37:07 -06:00 |
|
Brandon Fish
|
c3707efa08
|
Update for merge from master
|
2019-02-09 13:09:54 -06:00 |
|
Brandon Fish
|
bda6451fb6
|
Merge branch 'master' into feature/c-api
|
2019-02-09 13:08:30 -06:00 |
|
Mackenzie Clark
|
e7c3b99ba9
|
add lua integration test (#109)
|
2019-02-08 17:47:51 -08:00 |
|
Lachlan Sneff
|
aa90a33501
|
Make module info store FuncSig, not Arc<FuncSig>
|
2019-02-08 14:19:58 -08:00 |
|