File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 16
4
4
VisualStudioVersion = 16.0.28803.452
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}" ) = "wast" , "wast.njsproj" , "{54E433C0-49B4-4503-A8F1-63F6FC217792}"
6
+ Project ("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}" ) = "wast" , "wast\wast .njsproj" , "{54E433C0-49B4-4503-A8F1-63F6FC217792}"
7
7
EndProject
8
8
Global
9
9
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
Original file line number Diff line number Diff line change 3
3
namespace wast {
4
4
5
5
export const whitespace : string = " "
6
- export const keywords : string [ ] = "return|module|func|data|global|local|import|param|result|mut|export|set_local|block|get_local|set_global|get_global|loop|br|br_if|if|then|else|start" . split ( "|" ) ;
6
+ export const keywords : string [ ] = "return|module|func|data|global|local|import|param|result|mut|export|set_local|block|get_local|set_global|get_global|loop|br|br_if|if|then|else|start|drop|call|memory " . split ( "|" ) ;
7
7
export const types : string [ ] = "i32|i64|f32|f64" . split ( "|" ) ;
8
8
9
9
export function highlight ( wast : string ) : HTMLTableElement {
You can’t perform that action at this time.
0 commit comments