Skip to content

Commit

Permalink
mec first version
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed Jan 30, 2024
1 parent 354ba32 commit 439af33
Show file tree
Hide file tree
Showing 6 changed files with 344 additions and 5 deletions.
237 changes: 236 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ resolver = "2"

members = [
"mruby-objdump",
"mrubyedge", "wasmsample",
"mrubyedge", "wasmsample", "mec",
]
10 changes: 10 additions & 0 deletions mec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "mec"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.5"
run_shell = "0.1.13"
3 changes: 3 additions & 0 deletions mec/example/hello.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
def world
puts "My own wasm"
end
Loading

0 comments on commit 439af33

Please sign in to comment.