mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-24 05:11:38 +00:00
.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
11 lines
176 B
HTML
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>
|