1
0
mirror of https://github.com/fluencelabs/jsonpath synced 2025-06-24 05:11:38 +00:00
Files
.idea
benches
docs
examples
browser
.gitignore
bootstrap.js
index.html
index.js
package-lock.json
package.json
webpack.config.js
nodejs-rs
nodejs-wasm
nodejs
src
tests
wasm
.gitignore
.travis.yml
Cargo.toml
LICENSE
README.md
build.sh
jsonpath/examples/browser/index.html
2019-04-13 22:39:48 +09:00

11 lines
176 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jsonpath-wasm-browser-example</title>
</head>
<body>
<script src="./bootstrap.js"></script>
</body>
</html>