Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-ref2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mu
mu-impl-ref2
Commits
e8612f5f
Commit
e8612f5f
authored
Oct 02, 2015
by
Kunshan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to prepare for incompatible changes.
parent
a7b28590
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
README.md
README.md
+2
-5
build.sbt
build.sbt
+1
-1
No files found.
README.md
View file @
e8612f5f
...
...
@@ -4,11 +4,8 @@ Mu Reference Implementation version 2
This project is the current reference implementation of Mu, the micro virtual
machine designed by
[
The Micro Virtual Machine Project
](
http://microvm.org
)
.
Version 2.0.x implements the
[
Mu Specification version
2
](
https://github.com/microvm/microvm-spec/wiki
)
revision
``92da59004e9c8d89bbafdc6b2039fb51c212ebfb``
. You will need to clone the Wiki
and view it locally.
[
This fork of Restview
](
https://github.com/wks/restview
)
can read the Wiki locally with ease.
Version 2.1.x implements the latest revision of the
[
Mu Specification version
2
](
https://github.com/microvm/microvm-spec/wiki
)
.
This project is based on the previous works of
[
simplest-microvm-project
](
https://github.com/microvm/simplest-microvm-project
)
.
...
...
build.sbt
View file @
e8612f5f
...
...
@@ -3,7 +3,7 @@ lazy val root = (project in file(".")).settings(
name
:=
"microvm-refimpl2"
,
version
:=
"2.
0
.0"
,
version
:=
"2.
1
.0"
,
description
:=
"The second reference implementation of Mu, the micro virtual machine"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment