| Feeling Good | Tags | Description |
|---|---|---|
| Play Games | a | g |
| Fight with Baby | b | big |
| So Big | ab | baby |
Say Something
| Name | Column | Tags | Description | Declarative | URL |
|---|---|---|---|---|---|
| JavaScript | A | webfun | A scripting language | https://developer.mozilla.org/zh-TW/docs/Web/JavaScript | |
| CSS | B | webfun | Used to style HTML | ||
| HTML | webfun | Powerful way to describe a view |
'use strict'
module.exports = intercept
function intercept() {
return transformer.bind(this)
function transformer(tree, file) {
let _tree = tree
let _file = file
}
}
(module
(table 0 anyfunc)
(memory $0 1)
(export "memory" (memory $0))
(export "add" (func $add))
(func $add (param $0 i32) (param $1 i32) (result i32)
(i32.add
(get_local $1)
(get_local $0)
)
)
)