mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Sandboxing and the simplest smart-contract runtime (#140)
* Add primitives for sandboxing. * Add sandbox module. * Implement the runtime part of the sandbox. * Rebuild binaries. * Implement smart-contract execution. * Add more documentation.
This commit is contained in:
committed by
Robert Habermeier
parent
f116f67382
commit
5a56fbcea3
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# NOTE `cargo install wasm-gc` before running this script.
|
||||
# NOTE `cargo install --git https://github.com/pepyakin/wasm-export-table.git`
|
||||
|
||||
set -e
|
||||
export CARGO_INCREMENTAL=0
|
||||
|
||||
Reference in New Issue
Block a user