mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
move rust-sciter in
This commit is contained in:
18
libs/rust-sciter/examples/extension.htm
Normal file
18
libs/rust-sciter/examples/extension.htm
Normal file
@@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>extension test</title>
|
||||
<style type="text/css">
|
||||
</style>
|
||||
<script type="text/tiscript">
|
||||
// copy "extension.dll" next to the "sciter.dll"
|
||||
const ext = include library "extension";
|
||||
debug: ext;
|
||||
debug: ext.add(1,2);
|
||||
debug: ext.sub(1,2);
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h4>see logs in Inspector</h4>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user