wasm-runtime

A wasm runtime
git clone https://git.parazyd.org/wasm-runtime
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-03-11 18:09sdk/entrypoint: Unexport __drkruntime_mem_alloc symbol from the crate.parazyd1+1-1
2022-03-11 18:07sdk: Unexport the drk_log_ symbol from the rust crate.parazyd2+7-2
2022-03-11 12:21Use lto when building wasm binary to reduce size.parazyd3+7-1
2022-03-09 15:53runtime: Correct comment typo.parazyd1+1-1
2022-03-09 15:48sdk: Automatically set up wee_alloc as the global allocator on wasm32.parazyd3+7-1
2022-03-09 15:30Move example usage to runtime's test unit.parazyd5+31-27
2022-03-09 15:24sdk: Add target arch guard to __drkruntime_mem_alloc function.parazyd1+1-0
2022-03-09 15:22Add AGPL-3 license.parazyd1+661-0
2022-03-09 14:58runtime: Move logging facility to util module.parazyd4+36-33
2022-03-09 14:32makefile: wabt removedaggstam2+3-2
2022-03-09 14:06Implement logging facilities.parazyd4+88-5
2022-03-09 10:12Note about installing wasm32-unknown-unknown toolchain.parazyd2+2-1
2022-03-09 08:13runtime: Implement gas metering.parazyd2+54-5
2022-03-08 23:15runtime: Switch to singlepass compiler.parazyd2+4-2
2022-03-08 23:06runtime: Handle contract exit errors.parazyd2+14-3
2022-03-08 22:48Add mem rw tests and some docs.parazyd7+91-44
2022-03-08 22:32sdk: Clean up errors.parazyd2+39-21
2022-03-08 21:58Code importparazyd17+397-0