Skip to content

libraries/ckb-vm-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

$ cargo build

Run by pywasm

$ pip install pywasm

$ python
import pywasm
runtime = pywasm.core.Runtime()
m = runtime.instance_from_file('target/wasm32-unknown-unknown/debug/ckb-vm-wasm.wasm')
print(runtime.invocate(m, '_start', []))

Run by wasmer

$ wget https://github.com/wasmerio/wasmer/releases/download/v4.4.0/wasmer-linux-amd64.tar.gz
$ tar -xvf wasmer-linux-amd64.tar.gz

$ bin/wasmer target/wasm32-unknown-unknown/debug/ckb-vm-wasm.wasm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published