Lachlan Sneff
ddfa88c8ba
Removed extraneous newlines
2018-02-23 20:57:26 -08:00
Lachlan Sneff
2462a065ad
Fixed formatting issues
2018-02-23 20:56:30 -08:00
Lachlan Sneff
66a150e67a
lib/wasm works with no_std
2018-02-23 20:56:30 -08:00
Benjamin Bouvier
f02c8fd1ff
Fixes #244 : Prints the generated code size and wasm bytecode size in wasm command;
2018-02-23 08:46:09 -08:00
Jakob Stoklund Olesen
c09ad06f96
Stop generating reserved_reg heaps in DummyEnvironment.
...
The reserved register heaps are not implemented in the Cretonne
legalizer, so IR generated by the dummy environment would trip
assertions when compiled.
Use a heap with a vmctx base address instead, and also demonstrate how
vmctx arguments are added to all signatures to achieve this.
2017-12-05 16:31:10 -08:00
Pat Hickey
803b83c87a
wasm: change to new externalname api
2017-11-23 14:08:47 -08:00
Dan Gohman
ced7a88ecc
Use consistent formatting for module-level comments.
2017-11-08 14:49:27 -08:00
Dan Gohman
c2665385b1
Rename FunctionName to ExternalName.
2017-10-30 13:26:56 -07:00
Dan Gohman
9fdf44afd4
Clean up a stale comment.
2017-10-20 11:37:25 -07:00
Dan Gohman
ee0f061ee8
Rename "runtime" to "environment".
2017-10-18 16:55:32 -07:00